mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
Merge pull request #93556 from Valodim/etesync-0.20.0
etesync-dav: 0.17.0 -> 0.20.0
This commit is contained in:
commit
9a9fcb611d
|
@ -1,19 +1,19 @@
|
|||
{ lib, python3Packages, radicale2 }:
|
||||
{ lib, python3Packages, radicale3 }:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "etesync-dav";
|
||||
version = "0.17.0";
|
||||
version = "0.20.0";
|
||||
|
||||
src = python3Packages.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0lyjv8rknwbx5b5nvq5bgw26lhkymib4cvmv3s3469mrnn2c0ksp";
|
||||
sha256 = "1q8h89hqi4kxphn1g5nbcia0haz5k57is9rycwaabm55mj9s9fah";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
etesync
|
||||
flask
|
||||
flask_wtf
|
||||
radicale2
|
||||
radicale3
|
||||
];
|
||||
|
||||
checkInputs = with python3Packages; [
|
||||
|
|
Loading…
Reference in a new issue