python3Packages.contextlib2: 0.6.0.post1 -> 21.6.0

This commit is contained in:
Martin Weinelt
2021-09-01 21:23:16 +02:00
parent a22f63120d
commit 83b5455993
@@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "contextlib2";
version = "0.6.0.post1";
version = "21.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "01f490098c18b19d2bd5bb5dc445b2054d2fa97f09a4280ba2c5f3c394c8162e";
sha256 = "ab1e2bfe1d01d968e1b7e8d9023bc51ef3509bba217bb730cee3827e1ee82869";
};
checkInputs = [ unittest2 ];