···18 # If you need these, you can just add them to your environment.
1920 pname = "hypothesis";
21- version = "6.15.0";
2223 # Use github tarballs that includes tests
24 src = fetchFromGitHub {
25 owner = "HypothesisWorks";
26 repo = "hypothesis-python";
27 rev = "hypothesis-python-${version}";
28- sha256 = "0kjnd593wz90gbjwzn4gc9514w4pxg77hpisp9v6m7bj1w7a7x5q";
29 };
3031 postUnpack = "sourceRoot=$sourceRoot/hypothesis-python";
···18 # If you need these, you can just add them to your environment.
1920 pname = "hypothesis";
21+ version = "6.17.3";
2223 # Use github tarballs that includes tests
24 src = fetchFromGitHub {
25 owner = "HypothesisWorks";
26 repo = "hypothesis-python";
27 rev = "hypothesis-python-${version}";
28+ sha256 = "1g96q3l97lq3xps36cv147dvj44nh1b0k67z817x7zfwyw844sgn";
29 };
3031 postUnpack = "sourceRoot=$sourceRoot/hypothesis-python";