1
0
Fork 1
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:
Daniël de Kok 2020-07-21 20:12:53 +02:00 committed by GitHub
commit 9a9fcb611d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; [