1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

etesync-dav: 0.14.2 -> 0.15.0

This commit is contained in:
R. RyanTM 2020-03-08 07:09:51 +00:00
parent dfbe76a681
commit 3f02faf825

View file

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "etesync-dav";
version = "0.14.2";
version = "0.15.0";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "05kzy74r2hd44sqjgd0bc588ganrzbz5brpiginb8sh8z38igb60";
sha256 = "1rjp4lhxs6g5yw99rrdg5v98vcvagsabkqf51k1fhhsmbj47mdsm";
};
propagatedBuildInputs = with python3Packages; [