python37Packages.jaraco_collections: 2.0 -> 2.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-jaraco.collections/versions
This commit is contained in:
R. RyanTM 2019-10-23 00:06:58 -07:00 committed by Jon
parent aa3fcab821
commit 62199af908

View file

@ -4,10 +4,10 @@
buildPythonPackage rec {
pname = "jaraco.collections";
version = "2.0";
version = "2.1";
src = fetchPypi {
inherit pname version;
sha256 = "eb43fb9a7b29cff20767caf838c14bdf80a89395aba67a97d61c8f16e0e22c97";
sha256 = "0z1kmgf8jahx42bmflmj030wl8yrksw5b5ghcpayrqd5221jfk0f";
};
doCheck = false;