about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-services
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-12-19 20:31:20 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-12-30 16:46:46 +0100
commit0ab1e536a2cba6b69ddd5db4e6f33a1461a3bfda (patch)
tree83db772b8996f7742613c6a5e47f35f9e9df3796 /pkgs/development/python-modules/pytest-services
parent9620c51978813c4eebf384a4a8ff1f718d70d26a (diff)
python: pytest-services: 1.3.1 -> 2.0.1
Diffstat (limited to 'pkgs/development/python-modules/pytest-services')
-rw-r--r--pkgs/development/python-modules/pytest-services/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-services/default.nix b/pkgs/development/python-modules/pytest-services/default.nix
index 2a4c5591a5f59..507cb4467bc15 100644
--- a/pkgs/development/python-modules/pytest-services/default.nix
+++ b/pkgs/development/python-modules/pytest-services/default.nix
@@ -10,11 +10,11 @@
 
 buildPythonPackage rec {
   pname = "pytest-services";
-  version = "1.3.1";
+  version = "2.0.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "035bc9ce8addb33f7c2ec95a9c0c88926d213a6c2e12b2c57da31a4ec0765f2c";
+    sha256 = "0848cead86d3816b9c4e37cecfda31d21a4366f0dca2313ea29f3ca375c6295d";
   };
 
   propagatedBuildInputs = [