about summary refs log tree commit diff
path: root/pkgs/development/python-modules/hypothesis
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-09-01 14:13:36 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-09-04 20:21:15 +0200
commit3157bf1db7c24d9592feb47cbc1ef585af69c3bd (patch)
tree1a57bea484d24a3ce8c04c78c50e12bc0a1919ba /pkgs/development/python-modules/hypothesis
parentd6bb2d23da8ba5cafa64145dd5d5c6d2fe67e417 (diff)
python3Packages.hypothesis: 5.11.0 -> 5.30.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 f79fe028203e3..dac4ca43fc91b 100644
--- a/pkgs/development/python-modules/hypothesis/default.nix
+++ b/pkgs/development/python-modules/hypothesis/default.nix
@@ -10,7 +10,7 @@ buildPythonPackage rec {
   # pytz fake_factory django numpy pytest
   # If you need these, you can just add them to your environment.
 
-  version = "5.11.0";
+  version = "5.30.0";
   pname = "hypothesis";
 
   # Use github tarballs that includes tests
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     owner = "HypothesisWorks";
     repo = "hypothesis-python";
     rev = "hypothesis-python-${version}";
-    sha256 = "1ca2dwih65s4r8vazwqm963ywngdr3v854ldnfyny7bvx1v28m8k";
+    sha256 = "0fmc4jfaksr285fjhp18ibj2rr8cxmbd0pwx370r5wf8jnhm6jb3";
   };
 
   postUnpack = "sourceRoot=$sourceRoot/hypothesis-python";