about summary refs log tree commit diff
path: root/pkgs/development/python-modules/testfixtures
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-06-12 18:47:07 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-06-22 13:09:32 +0200
commite368770ccea5237a5b7bcde59f75273c836e5ba9 (patch)
treee24817ecbf9e69c650ec9ae999837041660d939b /pkgs/development/python-modules/testfixtures
parent061d220129ebbc4567bb1afb348f2665f94a6c35 (diff)
python: testfixtures: 6.0.2 -> 6.1.0
Diffstat (limited to 'pkgs/development/python-modules/testfixtures')
-rw-r--r--pkgs/development/python-modules/testfixtures/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/testfixtures/default.nix b/pkgs/development/python-modules/testfixtures/default.nix
index 2b9ef2e24a16f..808fb6a60107c 100644
--- a/pkgs/development/python-modules/testfixtures/default.nix
+++ b/pkgs/development/python-modules/testfixtures/default.nix
@@ -3,11 +3,11 @@
 
 buildPythonPackage rec {
   pname = "testfixtures";
-  version = "6.0.2";
+  version = "6.1.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "f8827cfc91e5cc9ac669727fdd48a85880f391b935a0a212b5cedb807879feec";
+    sha256 = "d72c34cb6c21e73b673ee77d071d62c8342d1b444676575f46ddf39be0a62eb7";
   };
 
   checkInputs = [ mock manuel pytest sybil zope_component ];