python3Packages.hypothesis: 6.24.5 -> 6.27.1

This commit is contained in:
Jonathan Ringer 2021-11-25 14:46:52 -08:00
parent 80ffb4c8b6
commit 47f83636a0
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -18,14 +18,14 @@ buildPythonPackage rec {
# If you need these, you can just add them to your environment.
pname = "hypothesis";
version = "6.24.5";
version = "6.27.1";
# Use github tarballs that includes tests
src = fetchFromGitHub {
owner = "HypothesisWorks";
repo = "hypothesis-python";
rev = "hypothesis-python-${version}";
sha256 = "+pPnMgbLdYbh0xqPewNOJRaL7VtxeN73wbHHuK0fNYo=";
sha256 = "05kfz041vrd9fy8gl8ch05g806jj4j6l1cnwhqgygagn9z3aq1jx";
};
postUnpack = "sourceRoot=$sourceRoot/hypothesis-python";