python3Packages.hypothesis: 6.54.5 -> 6.61.0

https://hypothesis.readthedocs.io/en/latest/changes.html#v6-61-0
This commit is contained in:
Martin Weinelt 2022-12-29 12:15:06 +01:00
parent 272a94a6c5
commit ea04a1f38a

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "hypothesis";
version = "6.54.5";
version = "6.61.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "HypothesisWorks";
repo = "hypothesis";
rev = "hypothesis-python-${version}";
hash = "sha256-mr8ctmAzRgWNVpW+PZlOhaQ0l28P0U8PxvjoVjfHX78=";
hash = "sha256-gTcdJaOgP8Nc4fN8UH6+sLedivq5ZNxMRULajFOVnSo=";
};
postUnpack = "sourceRoot=$sourceRoot/hypothesis-python";