diff options
| author | Robert Schütz <rschuetz17@gmail.com> | 2019-03-24 09:36:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-24 09:36:24 +0100 |
| commit | f1c7bb9d29bf25e67e472576101da534d973f961 (patch) | |
| tree | 6c2a21ce40ac7627cc30a8faa392bea7a8f9c89d /pkgs/development/python-modules/hypothesis | |
| parent | Merge pull request #57681 from NixOS/update-jasper (diff) | |
| download | nixpkgs-f1c7bb9d29bf25e67e472576101da534d973f961.tar.gz | |
python.pkgs.hypothesis: 3.88.3 -> 4.7.3 (#58169)
It looks like in 89f91cf06b64e278d8b019bf4238baabfcbbe13a the hash
from 4.7.3 was used and the wrong version specified.
Diffstat (limited to 'pkgs/development/python-modules/hypothesis')
| -rw-r--r-- | pkgs/development/python-modules/hypothesis/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/hypothesis/default.nix b/pkgs/development/python-modules/hypothesis/default.nix index 3575ee039633..d1fadad00d0f 100644 --- a/pkgs/development/python-modules/hypothesis/default.nix +++ b/pkgs/development/python-modules/hypothesis/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { # pytz fake_factory django numpy pytest # If you need these, you can just add them to your environment. - version = "3.88.3"; + version = "4.7.3"; pname = "hypothesis"; # Use github tarballs that includes tests |
