python3Packages.testfixtures: 6.18.5 -> 7.0.0

This commit is contained in:
Martin Weinelt
2022-07-21 22:35:18 +02:00
parent 6e1c8f62fe
commit 050ee9154d
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "testfixtures";
version = "6.18.5";
version = "7.0.0";
format = "setuptools";
# DO NOT CONTACT upstream.
# https://github.com/simplistix/ is only concerned with internal CI process.
@@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-Atrog/Vn9bcP0608nu+5WRLniskL5sdES14vRr9XLIQ=";
hash = "sha256-jsrFowh5NFFkBZTZykLOibmHcR4eTJMShVMh7CH2zLQ=";
};
checkInputs = [