python310Packages.testfixtures: 7.0.0 -> 7.0.4

Changelog: https://github.com/simplistix/testfixtures/blob/7.0.4/CHANGELOG.rst
This commit is contained in:
Fabian Affolter 2022-12-25 16:42:26 +01:00
parent f6d1571c9e
commit 0442c2e3dc

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "testfixtures";
version = "7.0.0";
version = "7.0.4";
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-jsrFowh5NFFkBZTZykLOibmHcR4eTJMShVMh7CH2zLQ=";
hash = "sha256-xSaqiXjBAC8FnxUsSt43WMShJBjfqyspdUrmIwyvPQQ=";
};
checkInputs = [