diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2019-05-31 21:49:27 +0200 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2019-06-03 22:28:48 +0200 |
| commit | 618c7d668211593a3c4974312bd65a2fa0d311da (patch) | |
| tree | f31592817f0e9513430f9f468d6d3403513af23e /gnu/packages/python-crypto.scm | |
| parent | 0abafc468c94fec493fe1684e0c25d5a51c0a09e (diff) | |
gnu: python-cryptography: Update to 2.7.
* gnu/packages/python-crypto.scm (python-cryptography-vectors,
python-cryptography): Update to 2.7.
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 6248be0c9bd..d9065e8b159 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -357,14 +357,14 @@ is used by the Requests library to verify HTTPS requests.") | |||
| 357 | (define-public python-cryptography-vectors | 357 | (define-public python-cryptography-vectors |
| 358 | (package | 358 | (package |
| 359 | (name "python-cryptography-vectors") | 359 | (name "python-cryptography-vectors") |
| 360 | (version "2.6.1") | 360 | (version "2.7") |
| 361 | (source | 361 | (source |
| 362 | (origin | 362 | (origin |
| 363 | (method url-fetch) | 363 | (method url-fetch) |
| 364 | (uri (pypi-uri "cryptography_vectors" version)) | 364 | (uri (pypi-uri "cryptography_vectors" version)) |
| 365 | (sha256 | 365 | (sha256 |
| 366 | (base32 | 366 | (base32 |
| 367 | "1bsqcv3h49dzqnyn29ijq8r7k1ra8ikl1y9qcpcns9nbvhaq3wq3")))) | 367 | "1g38zw90510azyfrj6mxbslx2gp9yrnv5dac0w2819k9ssdznbgi")))) |
| 368 | (build-system python-build-system) | 368 | (build-system python-build-system) |
| 369 | (home-page "https://github.com/pyca/cryptography") | 369 | (home-page "https://github.com/pyca/cryptography") |
| 370 | (synopsis "Test vectors for the cryptography package") | 370 | (synopsis "Test vectors for the cryptography package") |
| @@ -379,14 +379,14 @@ is used by the Requests library to verify HTTPS requests.") | |||
| 379 | (define-public python-cryptography | 379 | (define-public python-cryptography |
| 380 | (package | 380 | (package |
| 381 | (name "python-cryptography") | 381 | (name "python-cryptography") |
| 382 | (version "2.6.1") | 382 | (version "2.7") |
| 383 | (source | 383 | (source |
| 384 | (origin | 384 | (origin |
| 385 | (method url-fetch) | 385 | (method url-fetch) |
| 386 | (uri (pypi-uri "cryptography" version)) | 386 | (uri (pypi-uri "cryptography" version)) |
| 387 | (sha256 | 387 | (sha256 |
| 388 | (base32 | 388 | (base32 |
| 389 | "19iwz5avym5zl6jrrrkym1rdaa9h61j20ph4cswsqgv8xg5j3j16")))) | 389 | "1inlnr36kl36551c9rcad99jmhk81v33by3glkadwdcgmi17fd76")))) |
| 390 | (build-system python-build-system) | 390 | (build-system python-build-system) |
| 391 | (inputs | 391 | (inputs |
| 392 | `(("openssl" ,openssl))) | 392 | `(("openssl" ,openssl))) |
