summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-xdist
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-02-27 17:12:33 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-02-27 22:57:38 +0100
commita2bc30c94dff12e65d99aa7d85640f6524939f26 (patch)
treec1f060aa50e7629274e9b91719f3ed1f69f125ca /pkgs/development/python-modules/pytest-xdist
parent089aaa19021bb1f985c0bc97bda18a5c2185f0c4 (diff)
downloadnixlib-a2bc30c94dff12e65d99aa7d85640f6524939f26.tar
nixlib-a2bc30c94dff12e65d99aa7d85640f6524939f26.tar.gz
nixlib-a2bc30c94dff12e65d99aa7d85640f6524939f26.tar.bz2
nixlib-a2bc30c94dff12e65d99aa7d85640f6524939f26.tar.lz
nixlib-a2bc30c94dff12e65d99aa7d85640f6524939f26.tar.xz
nixlib-a2bc30c94dff12e65d99aa7d85640f6524939f26.tar.zst
nixlib-a2bc30c94dff12e65d99aa7d85640f6524939f26.zip
pythonPackages.pytest-xdist: 1.22.1 -> 1.22.2
Diffstat (limited to 'pkgs/development/python-modules/pytest-xdist')
-rw-r--r--pkgs/development/python-modules/pytest-xdist/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-xdist/default.nix b/pkgs/development/python-modules/pytest-xdist/default.nix
index 27aed12c3384..38d34a958545 100644
--- a/pkgs/development/python-modules/pytest-xdist/default.nix
+++ b/pkgs/development/python-modules/pytest-xdist/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "pytest-xdist";
-  version = "1.22.1";
+  version = "1.22.2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "fcd6f36bab93b0b24ec45ca12f798b9b3af71da826db0b0794b358d2f5c038de";
+    sha256 = "e8f5744acc270b3e7d915bdb4d5f471670f049b6fbd163d4cbd52203b075d30f";
   };
 
   nativeBuildInputs = [ setuptools_scm ];