pythonPackages.hypothesis: 4.7.3 -> 4.41.0

This commit is contained in:
Frederik Rietdijk 2019-10-16 16:49:30 +02:00
parent 603af4d2af
commit e07237a1b0

View file

@ -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";