python: more-itertools: 4.3.0 -> 5.0.0 / 6.0.0

Upgrade to 5.0.0 for 2.7 and 6.0.0 for other versions.
This commit is contained in:
Frederik Rietdijk
2019-02-14 08:37:20 +01:00
parent 79009ede68
commit 3e4e9abae4
3 changed files with 36 additions and 3 deletions

View File

@@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "more-itertools";
version = "4.3.0";
version = "6.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "c476b5d3a34e12d40130bc2f935028b5f636df8f372dc2c1c01dc19681b2039e";
sha256 = "590044e3942351a1bdb1de960b739ff4ce277960f2425ad4509446dbace8d9d1";
};
checkInputs = [ nose ];