python.pkgs.hypothesis: fix hash

Update script used hash from PyPI while hypothesis was fetched from
GitHub.

2050213c54 (commitcomment-22374103)
This commit is contained in:
Frederik Rietdijk 2017-06-02 08:44:31 +02:00
parent 01ef91aa04
commit 68faf5d5e5

View file

@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "HypothesisWorks"; owner = "HypothesisWorks";
repo = "hypothesis-python"; repo = "hypothesis-python";
rev = "${version}"; rev = "${version}";
sha256 = "5344cc3327bc7fa543fc3b42e85c55f40dda0eeaec38327f9bf373c3ece42b39"; sha256 = "0damf6zbm0db2a3gfwrbbj92yal576wpmhhchc0w0np8vdnax70n";
}; };
checkInputs = stdenv.lib.optionals doCheck [ pytest pytest_xdist flake8 flaky ]; checkInputs = stdenv.lib.optionals doCheck [ pytest pytest_xdist flake8 flaky ];