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:
Ryan Burns 2021-10-10 17:20:33 -07:00 committed by GitHub
commit 48b43418e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "jaraco.itertools";
version = "6.0.1";
version = "6.0.3";
src = fetchPypi {
inherit pname version;
sha256 = "6939e47806a39330a9f9772bf9ea910da39abc159ff2579d454a763358553439";
sha256 = "1775bfcad5de275a540a36720c5ab34594ea1dbe7ffefa32099b0129c5604608";
};
pythonNamespaces = [ "jaraco" ];