Python: maintenance updates

This commit is contained in:
Frederik Rietdijk
2017-09-02 12:16:48 +02:00
parent 72cc6ba17f
commit 8e19e0327f
17 changed files with 34 additions and 34 deletions

View File

@@ -5,11 +5,11 @@
buildPythonPackage rec {
name = "${pname}-${version}";
pname = "zetup";
version = "0.2.34";
version = "0.2.42";
src = fetchPypi {
inherit pname version;
sha256 = "0k4lm51b5qjy7yxy3n5z8vc5hlvjcsfsvwjgqzkr0pisysar1kpf";
sha256 = "6c9e25249f3014ed2162398772ccf1a5e8a4e9e66c74e3c7f6683945a6a3d84c";
};
checkPhase = ''