python: jaraco.collections: 2.1 -> 3.0.0

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:14 +02:00
parent c73b2592ef
commit 579cf9de26

View File

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