python311Packages.testfixtures: 8.1.0 -> 8.2.0

This commit is contained in:
R. Ryantm
2024-05-06 19:51:11 +00:00
parent 5aa69d78d8
commit f95da4954b
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "testfixtures";
version = "8.1.0";
version = "8.2.0";
pyproject = true;
# DO NOT CONTACT upstream.
# https://github.com/simplistix/ is only concerned with internal CI process.
@@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-gISJkDBIWcOito3+S8r3e25kJaOSUEe8JaUnVSd7+m0=";
hash = "sha256-70O2VxNMh+ijBE9LAqMq4uvd9Esrl7x5iaIBFkA5iO4=";
};
build-system = [