about summary refs log tree commit diff
path: root/pkgs/development/python-modules/hypothesis
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-08-26 21:32:35 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-09-01 21:23:08 +0200
commit368e7ab14e3fb2dcd99f1a40e130e4703e51fb49 (patch)
treeb8aa5508359e999dcce6d290e78ffdc923fc6341 /pkgs/development/python-modules/hypothesis
parente8dcdc16a669308df476745c4448f9e3c66e1d2c (diff)
python3Packages.hypothesis: 6.14.0 -> 6.15.0
Diffstat (limited to 'pkgs/development/python-modules/hypothesis')
-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 35f53864eb9d0..bc832f5f1ad53 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.14.0";
+  version = "6.15.0";
 
   # Use github tarballs that includes tests
   src = fetchFromGitHub {
     owner = "HypothesisWorks";
     repo = "hypothesis-python";
     rev = "hypothesis-python-${version}";
-    sha256 = "0yns81j3fnpdfaphk722xcnidqhgy0kmd7ik6aw7l795l0wivhxj";
+    sha256 = "0kjnd593wz90gbjwzn4gc9514w4pxg77hpisp9v6m7bj1w7a7x5q";
   };
 
   postUnpack = "sourceRoot=$sourceRoot/hypothesis-python";