about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2024-06-01 15:21:11 +0000
committerGitHub <noreply@github.com>2024-06-01 15:21:11 +0000
commit58468af06b57263ff6255473c3e87992d479b915 (patch)
tree9bdf9294b24871d395782e282f4362d35361dc16 /pkgs
parent66d443d8d4a557bb2f6207b66589342d1d701999 (diff)
parentf95da4954bf2c05a6490ef263748d9aeb4a1a295 (diff)
Merge pull request #309637 from r-ryantm/auto-update/python311Packages.testfixtures
python311Packages.testfixtures: 8.1.0 -> 8.2.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/testfixtures/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/testfixtures/default.nix b/pkgs/development/python-modules/testfixtures/default.nix
index 57e1f49ceedb9..6d8252e3713a4 100644
--- a/pkgs/development/python-modules/testfixtures/default.nix
+++ b/pkgs/development/python-modules/testfixtures/default.nix
@@ -12,7 +12,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.
@@ -25,7 +25,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-gISJkDBIWcOito3+S8r3e25kJaOSUEe8JaUnVSd7+m0=";
+    hash = "sha256-70O2VxNMh+ijBE9LAqMq4uvd9Esrl7x5iaIBFkA5iO4=";
   };
 
   build-system = [ setuptools ];