diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-15 15:43:35 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-06 12:15:04 +0200 |
| commit | a6fdd8099bd50cba20a5b83a8a48ab5272f53aee (patch) | |
| tree | 04bc01dd1633a2ac876f57af96f7c882feb33954 | |
| parent | d9d54c6a2c81a7cae00729e7b2b8b175019d12f3 (diff) | |
gnu: python-cryptography-vectors: Update to 43.0.3.
* gnu/packages/python-crypto.scm (python-cryptography-vectors): Update
to 43.0.3.
Change-Id: Ie35ceba7a38966dd950d96e7c058749eeab90679
| -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 3cd58bf0ea0..e93ac0b2bf1 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -519,14 +519,14 @@ is used by the Requests library to verify HTTPS requests.") | |||
| 519 | (define-public python-cryptography-vectors | 519 | (define-public python-cryptography-vectors |
| 520 | (package | 520 | (package |
| 521 | (name "python-cryptography-vectors") | 521 | (name "python-cryptography-vectors") |
| 522 | (version "42.0.5") | 522 | (version "43.0.3") |
| 523 | (source | 523 | (source |
| 524 | (origin | 524 | (origin |
| 525 | (method url-fetch) | 525 | (method url-fetch) |
| 526 | (uri (pypi-uri "cryptography_vectors" version)) | 526 | (uri (pypi-uri "cryptography_vectors" version)) |
| 527 | (sha256 | 527 | (sha256 |
| 528 | (base32 | 528 | (base32 |
| 529 | "1lcflcvv0xjz5cyvf33iav1vd91qzjvl4w7h4qaxlcnbn3ixap2h")))) | 529 | "1d46wj4831g2vmixffk2b0bb0x67x5rlnqbpfa8fi17lcm98hspz")))) |
| 530 | (build-system pyproject-build-system) | 530 | (build-system pyproject-build-system) |
| 531 | (arguments (list #:tests? #f)) ; No tests included. | 531 | (arguments (list #:tests? #f)) ; No tests included. |
| 532 | (native-inputs | 532 | (native-inputs |
