python310Packages.hypothesis: 6.46.3 -> 6.46.10

This commit is contained in:
Sandro Jäckel 2022-06-01 20:44:36 +02:00 committed by Jonathan Ringer
parent 8abc97c217
commit 055e0f9147
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "hypothesis";
version = "6.46.3";
version = "6.46.10";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "HypothesisWorks";
repo = "hypothesis";
rev = "hypothesis-python-${version}";
hash = "sha256-6WFXSu4wPJba8Gi3WWkqrxUE6Dyz+yl/V/jMVpsWLHw=";
hash = "sha256-eQ7Ns0k1hOVw8/xiINMei6GbQqDHXrBl+1v8YQeFO9Q=";
};
postUnpack = "sourceRoot=$sourceRoot/hypothesis-python";