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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user