about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-server-fixtures
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-02-23 15:36:01 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-02-23 20:05:18 +0100
commitfbc5b4525909045e2c1b71e2577e4520ba62fb4f (patch)
tree89c28563705c361440124ad2e5ba87e53c2711ac /pkgs/development/python-modules/pytest-server-fixtures
parent41a5f392e3a11219388bee43f284eb15181ff339 (diff)
downloadnixlib-fbc5b4525909045e2c1b71e2577e4520ba62fb4f.tar
nixlib-fbc5b4525909045e2c1b71e2577e4520ba62fb4f.tar.gz
nixlib-fbc5b4525909045e2c1b71e2577e4520ba62fb4f.tar.bz2
nixlib-fbc5b4525909045e2c1b71e2577e4520ba62fb4f.tar.lz
nixlib-fbc5b4525909045e2c1b71e2577e4520ba62fb4f.tar.xz
nixlib-fbc5b4525909045e2c1b71e2577e4520ba62fb4f.tar.zst
nixlib-fbc5b4525909045e2c1b71e2577e4520ba62fb4f.zip
python: pytest-server-fixtures: 1.6.1 -> 1.6.2
Diffstat (limited to 'pkgs/development/python-modules/pytest-server-fixtures')
-rw-r--r--pkgs/development/python-modules/pytest-server-fixtures/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-server-fixtures/default.nix b/pkgs/development/python-modules/pytest-server-fixtures/default.nix
index ac6c15c0ab5f..df34c3361d07 100644
--- a/pkgs/development/python-modules/pytest-server-fixtures/default.nix
+++ b/pkgs/development/python-modules/pytest-server-fixtures/default.nix
@@ -4,11 +4,11 @@
 
 buildPythonPackage rec {
   pname = "pytest-server-fixtures";
-  version = "1.6.1";
+  version = "1.6.2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "cf4a6aff42f620fe556c175e8f493f086c9690a492059cf23521a10d3ac5db1a";
+    sha256 = "c89f9532f62cf851489082ece1ec692b6ed5b0f88f20823bea25e2a963ebee8f";
   };
 
   buildInputs = [ pytest ];