summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-06-21 07:37:18 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-06-22 13:09:46 +0200
commit16a1c608ebc285c3e190a0f72ae1b5dc01a4fd11 (patch)
treee607f2f85168e00e1b1a223f058af9901620a777
parentffa1afd005ba0e89ce0c1ef341a9efd4cba7e1b3 (diff)
downloadnixlib-16a1c608ebc285c3e190a0f72ae1b5dc01a4fd11.tar
nixlib-16a1c608ebc285c3e190a0f72ae1b5dc01a4fd11.tar.gz
nixlib-16a1c608ebc285c3e190a0f72ae1b5dc01a4fd11.tar.bz2
nixlib-16a1c608ebc285c3e190a0f72ae1b5dc01a4fd11.tar.lz
nixlib-16a1c608ebc285c3e190a0f72ae1b5dc01a4fd11.tar.xz
nixlib-16a1c608ebc285c3e190a0f72ae1b5dc01a4fd11.tar.zst
nixlib-16a1c608ebc285c3e190a0f72ae1b5dc01a4fd11.zip
python: testfixtures: 6.1.0 -> 6.2.0
-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 808fb6a60107..628be2e946af 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.1.0";
+  version = "6.2.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "d72c34cb6c21e73b673ee77d071d62c8342d1b444676575f46ddf39be0a62eb7";
+    sha256 = "7e4df89a8bf8b8905464160f08aff131a36f0b33654fe4f9e4387afe546eae25";
   };
 
   checkInputs = [ mock manuel pytest sybil zope_component ];