python.pkgs.hypothesis: 3.79.3 -> 3.88.3

This commit is contained in:
Frederik Rietdijk 2019-02-22 18:24:07 +01:00
parent 8220b5bac8
commit 89f91cf06b

View File

@ -9,7 +9,7 @@ buildPythonPackage rec {
# pytz fake_factory django numpy pytest # pytz fake_factory django numpy pytest
# If you need these, you can just add them to your environment. # If you need these, you can just add them to your environment.
version = "3.79.3"; version = "3.88.3";
pname = "hypothesis"; pname = "hypothesis";
# Use github tarballs that includes tests # Use github tarballs that includes tests
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "HypothesisWorks"; owner = "HypothesisWorks";
repo = "hypothesis-python"; repo = "hypothesis-python";
rev = "hypothesis-python-${version}"; rev = "hypothesis-python-${version}";
sha256 = "1ay0kwh5315scv7yz9xxrr7shynyx6flgplc1qzbz3j21cyx3yn7"; sha256 = "03l4hp0p7i2k04arnqkav0ygc23ml46dy3cfrlwviasrj7yzk5hc";
}; };
postUnpack = "sourceRoot=$sourceRoot/hypothesis-python"; postUnpack = "sourceRoot=$sourceRoot/hypothesis-python";