about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-08-31 00:17:09 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-09-05 15:00:50 +0200
commit6bb29572e4dc9410401bd6b6d166549be8427c78 (patch)
treecb0e5364cf6753be95be088a5343a679b4f5a35b /pkgs/development/python-modules/pytest
parent9965898a66e3c7b9e53b0fd66ee33b7371ddde2f (diff)
python3Packages.pytest: 6.2.4 -> 6.2.5
Diffstat (limited to 'pkgs/development/python-modules/pytest')
-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 d5b1d14937a08..f2438622f6a67 100644
--- a/pkgs/development/python-modules/pytest/default.nix
+++ b/pkgs/development/python-modules/pytest/default.nix
@@ -19,12 +19,12 @@
 
 buildPythonPackage rec {
   pname = "pytest";
-  version = "6.2.4";
+  version = "6.2.5";
   disabled = !isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b";
+    sha256 = "131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89";
   };
 
   postPatch = ''