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-04-04 17:33:25 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-04-04 17:33:25 +0200
commit04af447ba9f384d5238812e9b1eee55defda82f9 (patch)
treec98e9c25cde3121e2ecdf91a35063288a13ee66a /pkgs/development/python-modules/pytest
parent5f24024de6f6405bb9ae9fc4c960b3fba84613b9 (diff)
python3Packages.pytest: 6.2.2 -> 6.2.3
https://github.com/pytest-dev/pytest/releases/tag/6.2.3
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 4c6d76833ed33..07e4a44ccd3e1 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.2";
+  version = "6.2.3";
   disabled = !isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-nR7fnn0LhNcuo9vN/SKzX7VDpejypgCS3VeJNr9j1/k=";
+    sha256 = "0d5nx7xqr9khagbvg6ac2cjjvcxrvvjp0chwim4z7w2ddsj3h4k7";
   };
 
   nativeBuildInputs = [ setuptools-scm ];