summary refs log tree commit diff
path: root/pkgs/development/python-modules/hypothesis
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-10-24 11:13:59 +0200
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-10-24 20:05:44 +0200
commit5d64feefb6627bfa8aafb530dfb3429c7b11b22a (patch)
treebafddcca9b638e6008e5c2c9f074f5a72753f300 /pkgs/development/python-modules/hypothesis
parent836a6a97895cc44ccc60f16b6c92c97ad4b2c2f2 (diff)
downloadnixpkgs-5d64feefb6627bfa8aafb530dfb3429c7b11b22a.tar
nixpkgs-5d64feefb6627bfa8aafb530dfb3429c7b11b22a.tar.gz
nixpkgs-5d64feefb6627bfa8aafb530dfb3429c7b11b22a.tar.bz2
nixpkgs-5d64feefb6627bfa8aafb530dfb3429c7b11b22a.tar.lz
nixpkgs-5d64feefb6627bfa8aafb530dfb3429c7b11b22a.tar.xz
nixpkgs-5d64feefb6627bfa8aafb530dfb3429c7b11b22a.tar.zst
nixpkgs-5d64feefb6627bfa8aafb530dfb3429c7b11b22a.zip
python.pkgs.hypothesis: 3.66.2 -> 3.79.3
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 5694ea92405..71eced5c7ee 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 = "3.66.2";
+  version = "3.79.3";
   pname = "hypothesis";
 
   # Use github tarballs that includes tests
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "HypothesisWorks";
     repo = "hypothesis-python";
     rev = "hypothesis-python-${version}";
-    sha256 = "17ywbwa76z7f0pgash0003fvm25fsj7hxdrdiprdbv99y3i8bm88";
+    sha256 = "1ay0kwh5315scv7yz9xxrr7shynyx6flgplc1qzbz3j21cyx3yn7";
   };
 
   postUnpack = "sourceRoot=$sourceRoot/hypothesis-python";