summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-06-01 18:11:22 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2017-06-01 18:24:56 +0200
commit2050213c54a9dd7c7fdca28402b7720ece3217b2 (patch)
tree6a79b48cdf29a783d5ac6e19a18e587326730c07 /pkgs/development/python-modules
parent8742c1eeba3c80980d652275468571c819f036ba (diff)
downloadnixlib-2050213c54a9dd7c7fdca28402b7720ece3217b2.tar
nixlib-2050213c54a9dd7c7fdca28402b7720ece3217b2.tar.gz
nixlib-2050213c54a9dd7c7fdca28402b7720ece3217b2.tar.bz2
nixlib-2050213c54a9dd7c7fdca28402b7720ece3217b2.tar.lz
nixlib-2050213c54a9dd7c7fdca28402b7720ece3217b2.tar.xz
nixlib-2050213c54a9dd7c7fdca28402b7720ece3217b2.tar.zst
nixlib-2050213c54a9dd7c7fdca28402b7720ece3217b2.zip
python.pkgs.hypothesis: 3.11.0 -> 3.11.1
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/hypothesis.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hypothesis.nix b/pkgs/development/python-modules/hypothesis.nix
index cb0db6dc2e0c..51887b83e7c8 100644
--- a/pkgs/development/python-modules/hypothesis.nix
+++ b/pkgs/development/python-modules/hypothesis.nix
@@ -9,7 +9,7 @@ buildPythonPackage rec {
   # pytz fake_factory django numpy pytest
   # If you need these, you can just add them to your environment.
 
-  version = "3.11.0";
+  version = "3.11.1";
   pname = "hypothesis";
   name = "${pname}-${version}";
 
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     owner = "HypothesisWorks";
     repo = "hypothesis-python";
     rev = "${version}";
-    sha256 = "1s911pd3y9hvk0hq2fr6i68dqv1ciagryhgp13wgyfqh8hz8j6zv";
+    sha256 = "5344cc3327bc7fa543fc3b42e85c55f40dda0eeaec38327f9bf373c3ece42b39";
   };
 
   checkInputs = stdenv.lib.optionals doCheck [ pytest pytest_xdist flake8 flaky ];