forked from mirrors/nixpkgs
Merge pull request #138490 from r-ryantm/auto-update/python3.8-jaraco.itertools
python38Packages.jaraco_itertools: 6.0.1 -> 6.0.3
This commit is contained in:
commit
48b43418e0
|
@ -4,11 +4,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "jaraco.itertools";
|
pname = "jaraco.itertools";
|
||||||
version = "6.0.1";
|
version = "6.0.3";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "6939e47806a39330a9f9772bf9ea910da39abc159ff2579d454a763358553439";
|
sha256 = "1775bfcad5de275a540a36720c5ab34594ea1dbe7ffefa32099b0129c5604608";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonNamespaces = [ "jaraco" ];
|
pythonNamespaces = [ "jaraco" ];
|
||||||
|
|
Loading…
Reference in a new issue