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
1 changed files with 4 additions and 4 deletions

View File

@ -1,19 +1,19 @@
{ lib, python3Packages, radicale2 }: { lib, python3Packages, radicale3 }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "etesync-dav"; pname = "etesync-dav";
version = "0.17.0"; version = "0.20.0";
src = python3Packages.fetchPypi { src = python3Packages.fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0lyjv8rknwbx5b5nvq5bgw26lhkymib4cvmv3s3469mrnn2c0ksp"; sha256 = "1q8h89hqi4kxphn1g5nbcia0haz5k57is9rycwaabm55mj9s9fah";
}; };
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python3Packages; [
etesync etesync
flask flask
flask_wtf flask_wtf
radicale2 radicale3
]; ];
checkInputs = with python3Packages; [ checkInputs = with python3Packages; [