Skip to content

Commit

Permalink
python.pkgs.hypothesis: fix hash
Browse files Browse the repository at this point in the history
Update script used hash from PyPI while hypothesis was fetched from
GitHub.

2050213#commitcomment-22374103
  • Loading branch information
FRidh committed Jun 2, 2017
1 parent 01ef91a commit 68faf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/hypothesis.nix
Expand Up @@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "HypothesisWorks";
repo = "hypothesis-python";
rev = "${version}";
sha256 = "5344cc3327bc7fa543fc3b42e85c55f40dda0eeaec38327f9bf373c3ece42b39";
sha256 = "0damf6zbm0db2a3gfwrbbj92yal576wpmhhchc0w0np8vdnax70n";
};

checkInputs = stdenv.lib.optionals doCheck [ pytest pytest_xdist flake8 flaky ];
Expand Down

0 comments on commit 68faf5d

Please sign in to comment.