python3Packages.hypothesis: 6.136.7 -> 6.136.9

https://hypothesis.readthedocs.io/en/latest/changes.html#v6-136-9

This commit was automatically generated using update-python-libraries.

+3 -3
+3 -3
pkgs/development/python-modules/hypothesis/default.nix
··· 24 24 25 25 buildPythonPackage rec { 26 26 pname = "hypothesis"; 27 - version = "6.136.7"; 27 + version = "6.136.9"; 28 28 pyproject = true; 29 29 30 30 disabled = pythonOlder "3.9"; ··· 32 32 src = fetchFromGitHub { 33 33 owner = "HypothesisWorks"; 34 34 repo = "hypothesis"; 35 - rev = "hypothesis-python-${version}"; 36 - hash = "sha256-V1X9gLNM6WJO7TA+S89hu7p3I+kDs1OfigH1tBfm/cU="; 35 + tag = "hypothesis-python-${version}"; 36 + hash = "sha256-Q1wxIJwAYKZ0x6c85CJSGgcdKw9a3xFw8YpJROElSNU="; 37 37 }; 38 38 39 39 # I tried to package sphinx-selective-exclude, but it throws