summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-04-18 21:09:10 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-04-22 13:59:38 +0200
commit0a86ec622f147dcfc25af0c9e17e3a45b733ac55 (patch)
treeb242687c6b285c0f0de6b82a07d5f99f066468d8
parent00e5f21096021a60282bc883ce8ef637dfb83607 (diff)
python312Packages.hypothesis: 6.99.12 -> 6.100.1
https://hypothesis.readthedocs.io/en/latest/changes.html#v6-100-1
-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 5cf3408c89b7..09de31843bba 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.99.12";
+ version = "6.100.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "HypothesisWorks";
repo = "hypothesis";
rev = "hypothesis-python-${version}";
- hash = "sha256-0nzjRDv4L3bxxnC0lBY5S7FP9CFhyzHzNchWXoX91Zg=";
+ hash = "sha256-3Mwa1nS6rvFBcU5QXLH4/wa38qCvDX9sRina1aJS1Rs=";
};
# I tried to package sphinx-selective-exclude, but it throws