diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-11-10 09:41:14 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-11-19 09:42:13 +0900 |
| commit | a295e083d3d5e2f51968e49eb9a51f17090ca1ef (patch) | |
| tree | 114b715cd87c04b711cd8c693d45b00303807f96 | |
| parent | edf449a995c7b125a10e7afa2aeb2761f954342c (diff) | |
gnu: python-cryptography-vectors: Update to 44.0.3.
* gnu/packages/python-crypto.scm (python-cryptography-vectors): Update to 44.0.3.
Change-Id: Ia89b7df21be4b959c8985d5ef2ec5d564dbcbb6e
| -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 |
