1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python.pkgs.hypothesis: 3.11.0 -> 3.11.1

This commit is contained in:
Frederik Rietdijk 2017-06-01 18:11:22 +02:00
parent 8742c1eeba
commit 2050213c54

View file

@ -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 ];