about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-08 01:25:03 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-12 04:30:05 +0100
commit92c34d01035c9bca16ad8d5b6c2babdad24bb87a (patch)
treefae52ffec1c8fb8b459d161b3f351dc67767416e /pkgs
parent7005420d7265b839931574b1f4166625dd9faab5 (diff)
python311Packages.pytest: 7.4.4 -> 8.0.2
https://github.com/pytest-dev/pytest/releases/tag/8.0.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pytest/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest/default.nix b/pkgs/development/python-modules/pytest/default.nix
index 88398d5ab438a..86dc3f8f9aef0 100644
--- a/pkgs/development/python-modules/pytest/default.nix
+++ b/pkgs/development/python-modules/pytest/default.nix
@@ -29,12 +29,12 @@
 
 buildPythonPackage rec {
   pname = "pytest";
-  version = "7.4.4";
+  version = "8.0.2";
   pyproject = true;
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-LPAAWSLGrOSj4uyLQIDrDZdT/ckxB0FTMvUM6eeZQoA=";
+    hash = "sha256-1AUdYjouC35RlgupYxk7Cc5trrl1mkUYRKIeTd7fwb0=";
   };
 
   outputs = [