Revert "python3Packages.hypothesis: 4.41.0 -> 4.56.1"
This updated only the version, not the hash.
https://github.com/NixOS/nixpkgs/pull/77372
This reverts commit 046c4020a5
.
This commit is contained in:
parent
348eaa280b
commit
e4a75b0f32
|
@ -9,7 +9,7 @@ buildPythonPackage rec {
|
||||||
# pytz fake_factory django numpy pytest
|
# pytz fake_factory django numpy pytest
|
||||||
# If you need these, you can just add them to your environment.
|
# If you need these, you can just add them to your environment.
|
||||||
|
|
||||||
version = "4.56.1";
|
version = "4.41.0";
|
||||||
pname = "hypothesis";
|
pname = "hypothesis";
|
||||||
|
|
||||||
# Use github tarballs that includes tests
|
# Use github tarballs that includes tests
|
||||||
|
|
Loading…
Reference in New Issue