diff options
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 1c7640ac5f8..861715b5696 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -362,14 +362,14 @@ is used by the Requests library to verify HTTPS requests.") | |||
| 362 | (define-public python-cryptography-vectors | 362 | (define-public python-cryptography-vectors |
| 363 | (package | 363 | (package |
| 364 | (name "python-cryptography-vectors") | 364 | (name "python-cryptography-vectors") |
| 365 | (version "2.3.1") | 365 | (version "2.4.2") |
| 366 | (source | 366 | (source |
| 367 | (origin | 367 | (origin |
| 368 | (method url-fetch) | 368 | (method url-fetch) |
| 369 | (uri (pypi-uri "cryptography_vectors" version)) | 369 | (uri (pypi-uri "cryptography_vectors" version)) |
| 370 | (sha256 | 370 | (sha256 |
| 371 | (base32 | 371 | (base32 |
| 372 | "0ijdck30p7jv8a0zwv8b7d30ciqrmmps62lm63l4k776vihrnkdz")))) | 372 | "013qx2hz0jv79yzfzpn0r2kk33i5qy3sdnzgwiv5779d18snblwi")))) |
| 373 | (build-system python-build-system) | 373 | (build-system python-build-system) |
| 374 | (home-page "https://github.com/pyca/cryptography") | 374 | (home-page "https://github.com/pyca/cryptography") |
| 375 | (synopsis "Test vectors for the cryptography package") | 375 | (synopsis "Test vectors for the cryptography package") |
| @@ -384,14 +384,14 @@ is used by the Requests library to verify HTTPS requests.") | |||
| 384 | (define-public python-cryptography | 384 | (define-public python-cryptography |
| 385 | (package | 385 | (package |
| 386 | (name "python-cryptography") | 386 | (name "python-cryptography") |
| 387 | (version "2.3.1") | 387 | (version "2.4.2") |
| 388 | (source | 388 | (source |
| 389 | (origin | 389 | (origin |
| 390 | (method url-fetch) | 390 | (method url-fetch) |
| 391 | (uri (pypi-uri "cryptography" version)) | 391 | (uri (pypi-uri "cryptography" version)) |
| 392 | (sha256 | 392 | (sha256 |
| 393 | (base32 | 393 | (base32 |
| 394 | "1mnzf168vlxirq7fw9dm9zbvma7z8phc9cl5bffw5916m0y1244d")))) | 394 | "1pc60dksi9w9mshl6cvn7gdjazbp3pmydy3qp9wgy5wzd8n0b9h5")))) |
| 395 | (build-system python-build-system) | 395 | (build-system python-build-system) |
| 396 | (inputs | 396 | (inputs |
| 397 | `(("openssl" ,openssl))) | 397 | `(("openssl" ,openssl))) |
