summary refs log tree commit diff
path: root/pkgs/development/python-modules/testfixtures
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-05-09 16:51:10 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-05-10 10:09:14 +0200
commit588a305714ec3620094284df4409f3baccc74621 (patch)
treebd978d4b9acaa6b938c932213e796bedb1651c59 /pkgs/development/python-modules/testfixtures
parent74a5c32dbe96bb7dd7fdbdd423417e0f63cded4a (diff)
downloadnixlib-588a305714ec3620094284df4409f3baccc74621.tar
nixlib-588a305714ec3620094284df4409f3baccc74621.tar.gz
nixlib-588a305714ec3620094284df4409f3baccc74621.tar.bz2
nixlib-588a305714ec3620094284df4409f3baccc74621.tar.lz
nixlib-588a305714ec3620094284df4409f3baccc74621.tar.xz
nixlib-588a305714ec3620094284df4409f3baccc74621.tar.zst
nixlib-588a305714ec3620094284df4409f3baccc74621.zip
python: testfixtures: 6.0.0 -> 6.0.2
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 55631f291c74..2b9ef2e24a16 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.0";
+  version = "6.0.2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "f6c4cf24d043f9d8e9a9337371ec1d2f6638a0032504bd67dbd724224fd64969";
+    sha256 = "f8827cfc91e5cc9ac669727fdd48a85880f391b935a0a212b5cedb807879feec";
   };
 
   checkInputs = [ mock manuel pytest sybil zope_component ];