diff options
| author | Leo Famulari <leo@famulari.name> | 2016-07-01 19:57:25 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2016-07-01 20:23:07 -0400 |
| commit | 9c509ca9a6babf4e7a0886bda283338b7ac134c5 (patch) | |
| tree | 3d39d8a16726de43c99ff4c0d484953744dd1f66 /gnu/packages/python.scm | |
| parent | d5da7ee4183f0afd8b27d3b6625916ccf267f077 (diff) | |
gnu: python-cryptography, python-cryptography-vectors: Update to 1.3.4.
* gnu/packages/python.scm (python-cryptography, python2-cryptography):
Update to 1.3.4.
[source]: Use pypi-uri.
(python-cryptography-vectors, python2-cryptography-vectors): Update to 1.3.4.
[source]: Use pypi-uri.
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 684c372e824..f0383ad969b 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -5942,18 +5942,14 @@ responses, rather than doing any computation.") | |||
| 5942 | (define-public python-cryptography-vectors | 5942 | (define-public python-cryptography-vectors |
| 5943 | (package | 5943 | (package |
| 5944 | (name "python-cryptography-vectors") | 5944 | (name "python-cryptography-vectors") |
| 5945 | (version "1.3.2") | 5945 | (version "1.3.4") |
| 5946 | (source | 5946 | (source |
| 5947 | (origin | 5947 | (origin |
| 5948 | (method url-fetch) | 5948 | (method url-fetch) |
| 5949 | (uri (string-append | 5949 | (uri (pypi-uri "cryptography_vectors" version)) |
| 5950 | "https://pypi.python.org/packages/" | ||
| 5951 | "3f/fd/" | ||
| 5952 | "5883a7fdfcdf6edec55c58605be99d8c36ce97a9b729763ea9cf30e761b7" | ||
| 5953 | "/cryptography_vectors-" version ".tar.gz")) | ||
| 5954 | (sha256 | 5950 | (sha256 |
| 5955 | (base32 | 5951 | (base32 |
| 5956 | "0ss682bpgzdfy2vam8yhhrx7p5gnw89ydlvaswqp52za8sd8nsh0")))) | 5952 | "15h1iz2klnpb4f8djxy7cpbnyn3wbjp7bnj4pz6s7w6plghbq524")))) |
| 5957 | (build-system python-build-system) | 5953 | (build-system python-build-system) |
| 5958 | (native-inputs | 5954 | (native-inputs |
| 5959 | `(("python-setuptools" ,python-setuptools))) | 5955 | `(("python-setuptools" ,python-setuptools))) |
| @@ -5970,18 +5966,14 @@ responses, rather than doing any computation.") | |||
| 5970 | (define-public python-cryptography | 5966 | (define-public python-cryptography |
| 5971 | (package | 5967 | (package |
| 5972 | (name "python-cryptography") | 5968 | (name "python-cryptography") |
| 5973 | (version "1.3.2") | 5969 | (version "1.3.4") |
| 5974 | (source | 5970 | (source |
| 5975 | (origin | 5971 | (origin |
| 5976 | (method url-fetch) | 5972 | (method url-fetch) |
| 5977 | (uri (string-append | 5973 | (uri (pypi-uri "cryptography" version)) |
| 5978 | "https://pypi.python.org/packages/" | ||
| 5979 | "04/da/" | ||
| 5980 | "35f9a1d34dab5d777f65fb87731288f338ab0ae46a525ffdf0405b573dd0" | ||
| 5981 | "/cryptography-" version ".tar.gz")) | ||
| 5982 | (sha256 | 5974 | (sha256 |
| 5983 | (base32 | 5975 | (base32 |
| 5984 | "121067qdbzd0ir0nxjdf0kgai7qlsc9yh2xhrj4cavcn4y4gmapv")))) | 5976 | "1a85l548w5vvq3yhz0az7ajg2ijixzp6gagapw6wgrqvq28ghgs2")))) |
| 5985 | (build-system python-build-system) | 5977 | (build-system python-build-system) |
| 5986 | (inputs | 5978 | (inputs |
| 5987 | `(("openssl" ,openssl))) | 5979 | `(("openssl" ,openssl))) |
