Revert "python: click-log: 0.2.1 -> 0.3.2"

This broke `vdirsyncer`, the only user of this package.

This reverts commit 60ab4bd851.
This commit is contained in:
Frederik Rietdijk 2018-06-25 09:12:24 +02:00
parent a73a941eb4
commit e6bf9c8a45

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "click-log";
version = "0.3.2";
version = "0.2.1";
src = fetchPypi {
inherit pname version;
sha256 = "16fd1ca3fc6b16c98cea63acf1ab474ea8e676849dc669d86afafb0ed7003124";
sha256 = "1r1x85023cslb2pwldd089jjk573mk3w78cnashs77wrx7yz8fj9";
};
propagatedBuildInputs = [ click ];