3
0
Fork 0
forked from mirrors/nixpkgs

python38Packages.webdavclient3: 3.14.5 -> 3.14.6

This commit is contained in:
R. RyanTM 2021-08-18 20:06:30 +00:00 committed by Jonathan Ringer
parent e5415f2538
commit bbc3fbf67c

View file

@ -3,13 +3,13 @@
buildPythonPackage rec {
pname = "webdavclient3";
version = "3.14.5";
version = "3.14.6";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "0yw3n5m70ysjn1ch48znpn4zr4a1bd0lsm7q2grqz7q5hfjzjwk0";
sha256 = "bcd22586bb0d58abc26ca56054fd04228e704bd36073c3080f4597c1556c880d";
};
propagatedBuildInputs = [ python-dateutil lxml requests ];