diff options
| author | Bjørn Forsman <bjorn.forsman@gmail.com> | 2016-05-05 13:16:34 +0200 |
|---|---|---|
| committer | Bjørn Forsman <bjorn.forsman@gmail.com> | 2016-05-05 13:51:25 +0200 |
| commit | 1649c9d4cc131237dc517ea3b9df8e347fc10354 (patch) | |
| tree | 4b4334a665e126adc7f2310858580ed322371e1f | |
| parent | Add a regression test for #14623 (diff) | |
| download | nixpkgs-1649c9d4cc131237dc517ea3b9df8e347fc10354.tar.gz | |
pythonPackages.hypothesis: 0.7.0 -> 1.14.0
Needed for newer 'cryptography', which is needed to fix build against
latest openssl.
Based on 4b23328e39 ("buildPythonPackage: fix more wheels failures").
| -rw-r--r-- | pkgs/top-level/python-packages.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 2a6a768641cb..088617f673d7 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -6981,13 +6981,13 @@ let }; hypothesis = pythonPackages.buildPythonPackage rec { - name = "hypothesis-0.7.0"; + name = "hypothesis-1.14.0"; doCheck = false; src = pkgs.fetchurl { - url = "https://pypi.python.org/packages/source/h/hypothesis/hypothesis-0.7.0.tar.gz"; - md5 = "0c4112bab04b71979286387b033921b5"; + url = "https://pypi.python.org/packages/source/h/hypothesis/${name}.tar.gz"; + sha256 = "12dxrvn108q2j20brrk6zcb8w00kn3af1c07c0fv572nf2ngyaxy"; }; meta = { |
