summary refs log tree commit diff
path: root/pkgs/development/python-modules/hypothesis
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-10-16 16:49:30 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-10-18 09:54:02 +0200
commite07237a1b00cca3df135f7c4a81bae2d3b86bdef (patch)
tree46aa4d80185393b437ce5e3fcbdf2e27262239cd /pkgs/development/python-modules/hypothesis
parent603af4d2af569c0b8780b7deb2ae94753688acde (diff)
downloadnixpkgs-e07237a1b00cca3df135f7c4a81bae2d3b86bdef.tar
nixpkgs-e07237a1b00cca3df135f7c4a81bae2d3b86bdef.tar.gz
nixpkgs-e07237a1b00cca3df135f7c4a81bae2d3b86bdef.tar.bz2
nixpkgs-e07237a1b00cca3df135f7c4a81bae2d3b86bdef.tar.lz
nixpkgs-e07237a1b00cca3df135f7c4a81bae2d3b86bdef.tar.xz
nixpkgs-e07237a1b00cca3df135f7c4a81bae2d3b86bdef.tar.zst
nixpkgs-e07237a1b00cca3df135f7c4a81bae2d3b86bdef.zip
pythonPackages.hypothesis: 4.7.3 -> 4.41.0
Diffstat (limited to 'pkgs/development/python-modules/hypothesis')
-rw-r--r--pkgs/development/python-modules/hypothesis/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hypothesis/default.nix b/pkgs/development/python-modules/hypothesis/default.nix
index 9c105ffe3fb..818f9995bbf 100644
--- a/pkgs/development/python-modules/hypothesis/default.nix
+++ b/pkgs/development/python-modules/hypothesis/default.nix
@@ -9,7 +9,7 @@ buildPythonPackage rec {
   # pytz fake_factory django numpy pytest
   # If you need these, you can just add them to your environment.
 
-  version = "4.7.3";
+  version = "4.41.0";
   pname = "hypothesis";
 
   # Use github tarballs that includes tests
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "HypothesisWorks";
     repo = "hypothesis-python";
     rev = "hypothesis-python-${version}";
-    sha256 = "03l4hp0p7i2k04arnqkav0ygc23ml46dy3cfrlwviasrj7yzk5hc";
+    sha256 = "09bpwp4kdywkmzci969m57w0yy8c31kzwg60vg4mvrmmgyi2cfzv";
   };
 
   postUnpack = "sourceRoot=$sourceRoot/hypothesis-python";