summary refs log tree commit diff
path: root/pkgs/development/python-modules/hypothesis/default.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-09 00:23:07 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-11 01:22:02 +0200
commit4e20c2e3b23964643fa7c22331bbc81a51d922f8 (patch)
tree110fb12491e216c9b9c8e4309238298bffa475e9 /pkgs/development/python-modules/hypothesis/default.nix
parent67b1f4b11bff7991937c36f22d3eab733f1a956b (diff)
python3Packages.hypothesis: 6.17.3 -> 6.23.2
Diffstat (limited to 'pkgs/development/python-modules/hypothesis/default.nix')
-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 4d0a1713d9543..ee3778685905a 100644
--- a/pkgs/development/python-modules/hypothesis/default.nix
+++ b/pkgs/development/python-modules/hypothesis/default.nix
@@ -18,14 +18,14 @@ buildPythonPackage rec {
   # If you need these, you can just add them to your environment.
 
   pname = "hypothesis";
-  version = "6.17.3";
+  version = "6.23.2";
 
   # Use github tarballs that includes tests
   src = fetchFromGitHub {
     owner = "HypothesisWorks";
     repo = "hypothesis-python";
     rev = "hypothesis-python-${version}";
-    sha256 = "1g96q3l97lq3xps36cv147dvj44nh1b0k67z817x7zfwyw844sgn";
+    sha256 = "1mdygyq6ra4kysi0y2g3a4bgpqrcb8ci2061117zyms419qwwh4l";
   };
 
   postUnpack = "sourceRoot=$sourceRoot/hypothesis-python";