about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-09-15 12:50:49 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-09-27 15:32:45 +0200
commit133c3edc11105f0d590f6eb3ebb7a12bbf791a4e (patch)
treee6df748de7c14b7bbec2f7a7ca7a94c79a38b20a /pkgs
parentbbbb7858e5114481300336bc080f27c904a7f8e9 (diff)
python311Packages.hypothesis: 6.68.2 -> 6.84.3
https://hypothesis.readthedocs.io/en/latest/changes.html#v6-84-3
Diffstat (limited to 'pkgs')
-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 a5692c631508f..4cc5aab3bffe7 100644
--- a/pkgs/development/python-modules/hypothesis/default.nix
+++ b/pkgs/development/python-modules/hypothesis/default.nix
@@ -21,7 +21,7 @@
 
 buildPythonPackage rec {
   pname = "hypothesis";
-  version = "6.68.2";
+  version = "6.84.3";
   outputs = [ "out" ];
   format = "setuptools";
 
@@ -31,7 +31,7 @@ buildPythonPackage rec {
     owner = "HypothesisWorks";
     repo = "hypothesis";
     rev = "hypothesis-python-${version}";
-    hash = "sha256-SgX8esTyC3ulFIv9mZJUoBA5hiv7Izr2hyD+NOudkpE=";
+    hash = "sha256-wymZ/tJBGcP57B3BuDlBT7kbUxNwW4/SSmvwLSa5PvM=";
   };
 
   # I tried to package sphinx-selective-exclude, but it throws