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