about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-mock
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-06-06 08:47:27 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-06-11 10:00:20 +0200
commite6dbc21e2d37cc22e5b15070c7add1b7c310aab1 (patch)
tree57d7d58cecf1bfc118aaf92e804e242d067abee5 /pkgs/development/python-modules/pytest-mock
parentfe280f4070dcbf945c5b6eb3cee0dbea8cfc2080 (diff)
python: pytest-mock: 1.13.0 -> 3.1.1
Diffstat (limited to 'pkgs/development/python-modules/pytest-mock')
-rw-r--r--pkgs/development/python-modules/pytest-mock/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-mock/default.nix b/pkgs/development/python-modules/pytest-mock/default.nix
index c65e617b79503..ff08efc12be2a 100644
--- a/pkgs/development/python-modules/pytest-mock/default.nix
+++ b/pkgs/development/python-modules/pytest-mock/default.nix
@@ -10,11 +10,11 @@
 
 buildPythonPackage rec {
   pname = "pytest-mock";
-  version = "1.13.0";
+  version = "3.1.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "e24a911ec96773022ebcc7030059b57cd3480b56d4f5d19b7c370ec635e6aed5";
+    sha256 = "636e792f7dd9e2c80657e174c04bf7aa92672350090736d82e97e92ce8f68737";
   };
 
   propagatedBuildInputs = lib.optional (!isPy3k) mock;