pythonPackages.hypothesis: 3.6.1 -> 3.7.0
This commit is contained in:
parent
a697985e37
commit
a9cbac6322
@ -10,14 +10,14 @@ buildPythonPackage rec {
|
|||||||
# If you need these, you can just add them to your environment.
|
# If you need these, you can just add them to your environment.
|
||||||
|
|
||||||
name = "hypothesis-${version}";
|
name = "hypothesis-${version}";
|
||||||
version = "3.6.1";
|
version = "3.7.0";
|
||||||
|
|
||||||
# Upstream prefers github tarballs
|
# Upstream prefers github tarballs
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "HypothesisWorks";
|
owner = "HypothesisWorks";
|
||||||
repo = "hypothesis";
|
repo = "hypothesis";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "1zwr9g4h4jizbvm2d7fywdpcxmw8i1m85h8g72kizah07gk12aq1";
|
sha256 = "1zsv1ggf3g9rrigxl3zd1z8qc6fcj8lmszm8ib1ya4ar6r64x0yz";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optionals doCheck [ pytest flake8 flaky ];
|
buildInputs = stdenv.lib.optionals doCheck [ pytest flake8 flaky ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user