summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-08 01:40:58 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-12 04:30:05 +0100
commitedc28f27bdae6b6ebf803b745be32576e0911860 (patch)
treee3eb0723d30287a583cba243a8a9abde38b96f6b
parent92c34d01035c9bca16ad8d5b6c2babdad24bb87a (diff)
python311Packages.hypothesis: 6.91.0 -> 6.98.17
https://hypothesis.readthedocs.io/en/latest/changes.html#v6-98-17
-rw-r--r--pkgs/development/python-modules/hypothesis/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hypothesis/default.nix b/pkgs/development/python-modules/hypothesis/default.nix
index c74631817866..bdac8af9177b 100644
--- a/pkgs/development/python-modules/hypothesis/default.nix
+++ b/pkgs/development/python-modules/hypothesis/default.nix
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "hypothesis";
- version = "6.91.0";
+ version = "6.98.17";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "HypothesisWorks";
repo = "hypothesis";
rev = "hypothesis-python-${version}";
- hash = "sha256-2iBeB5pLVOunOJb6aGNQ/ZTj8HyeH+UkqvLPF3YVuLk=";
+ hash = "sha256-2knFmaa334vFo8bbLCmrWAXRDXFcC+GPRqj7RG3FqEQ=";
};
# I tried to package sphinx-selective-exclude, but it throws