We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 01ef91a commit 68faf5dCopy full SHA for 68faf5d
pkgs/development/python-modules/hypothesis.nix
@@ -18,7 +18,7 @@ buildPythonPackage rec {
18
owner = "HypothesisWorks";
19
repo = "hypothesis-python";
20
rev = "${version}";
21
- sha256 = "5344cc3327bc7fa543fc3b42e85c55f40dda0eeaec38327f9bf373c3ece42b39";
+ sha256 = "0damf6zbm0db2a3gfwrbbj92yal576wpmhhchc0w0np8vdnax70n";
22
};
23
24
checkInputs = stdenv.lib.optionals doCheck [ pytest pytest_xdist flake8 flaky ];
0 commit comments