diff options
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 88d9b89a19f..5109e2c2a8f 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -512,14 +512,14 @@ is used by the Requests library to verify HTTPS requests.") | |||
| 512 | (define-public python-cryptography-vectors | 512 | (define-public python-cryptography-vectors |
| 513 | (package | 513 | (package |
| 514 | (name "python-cryptography-vectors") | 514 | (name "python-cryptography-vectors") |
| 515 | (version "44.0.0") | 515 | (version "44.0.3") |
| 516 | (source | 516 | (source |
| 517 | (origin | 517 | (origin |
| 518 | (method url-fetch) | 518 | (method url-fetch) |
| 519 | (uri (pypi-uri "cryptography_vectors" version)) | 519 | (uri (pypi-uri "cryptography_vectors" version)) |
| 520 | (sha256 | 520 | (sha256 |
| 521 | (base32 | 521 | (base32 |
| 522 | "1aw06msy65rs27yxfp4xlwfq432ny1af5cx8s7zsbfa5div2hqhh")))) | 522 | "0jrska8814y6m0jcnpmhh40f3r2qmfsbya61pq5ims6vsw6pj3il")))) |
| 523 | (build-system pyproject-build-system) | 523 | (build-system pyproject-build-system) |
| 524 | (arguments (list #:tests? #f)) ; No tests included. | 524 | (arguments (list #:tests? #f)) ; No tests included. |
| 525 | (native-inputs | 525 | (native-inputs |
