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.

Changed files
+3 -3
pkgs
development
python-modules
hypothesis
+3 -3
pkgs/development/python-modules/hypothesis/default.nix
···
buildPythonPackage rec {
pname = "hypothesis";
-
version = "6.136.7";
+
version = "6.136.9";
pyproject = true;
disabled = pythonOlder "3.9";
···
src = fetchFromGitHub {
owner = "HypothesisWorks";
repo = "hypothesis";
-
rev = "hypothesis-python-${version}";
-
hash = "sha256-V1X9gLNM6WJO7TA+S89hu7p3I+kDs1OfigH1tBfm/cU=";
+
tag = "hypothesis-python-${version}";
+
hash = "sha256-Q1wxIJwAYKZ0x6c85CJSGgcdKw9a3xFw8YpJROElSNU=";
};
# I tried to package sphinx-selective-exclude, but it throws