summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-07-22 12:18:31 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-07-26 12:43:05 +0200
commit29a19eb12c8d1122b15693503d635bd9a0a2cd44 (patch)
tree0f8ecdd59b1c5acf9c65cb760971dad3e60b0fdb /pkgs
parentb9d2781db356efc3d931f7298ab229b53502fdfe (diff)
downloadnixlib-29a19eb12c8d1122b15693503d635bd9a0a2cd44.tar
nixlib-29a19eb12c8d1122b15693503d635bd9a0a2cd44.tar.gz
nixlib-29a19eb12c8d1122b15693503d635bd9a0a2cd44.tar.bz2
nixlib-29a19eb12c8d1122b15693503d635bd9a0a2cd44.tar.lz
nixlib-29a19eb12c8d1122b15693503d635bd9a0a2cd44.tar.xz
nixlib-29a19eb12c8d1122b15693503d635bd9a0a2cd44.tar.zst
nixlib-29a19eb12c8d1122b15693503d635bd9a0a2cd44.zip
python: pytest-server-fixtures: 1.3.0 -> 1.3.1
Diffstat (limited to 'pkgs')
-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 c50795a66698..caede4c18095 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.3.0";
+  version = "1.3.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "21eef04612ed42f73534c45ddbaef8458c800809354a5f5a96a8fde88b2a97e7";
+    sha256 = "902607675ce2ee09bdc72381b4470f79504fc131afdc15174e49a84d031760df";
   };
 
   buildInputs = [ pytest ];