Skip to content

Commit 68faf5d

Browse files
committedJun 2, 2017
python.pkgs.hypothesis: fix hash
Update script used hash from PyPI while hypothesis was fetched from GitHub. 2050213#commitcomment-22374103
1 parent 01ef91a commit 68faf5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/development/python-modules/hypothesis.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildPythonPackage rec {
1818
owner = "HypothesisWorks";
1919
repo = "hypothesis-python";
2020
rev = "${version}";
21-
sha256 = "5344cc3327bc7fa543fc3b42e85c55f40dda0eeaec38327f9bf373c3ece42b39";
21+
sha256 = "0damf6zbm0db2a3gfwrbbj92yal576wpmhhchc0w0np8vdnax70n";
2222
};
2323

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

0 commit comments

Comments
 (0)
Please sign in to comment.