diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-11-10 09:41:20 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-11-19 09:42:13 +0900 |
| commit | 4499f13dd4ebecca7a12226dfe294b9ce0a2f9ee (patch) | |
| tree | 8ac6297813d2999a41824c8668266185ba5136a9 | |
| parent | a295e083d3d5e2f51968e49eb9a51f17090ca1ef (diff) | |
gnu: python-cryptography: Update to 44.0.3.
* gnu/packages/python-crypto.scm (python-cryptography): Update to 44.0.3.
Change-Id: I5dae6026161bbf2743001c6f57a0412a2ee91bf5
| -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 5109e2c2a8f..c1e1f2df919 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -534,14 +534,14 @@ is used by the Requests library to verify HTTPS requests.") | |||
| 534 | (define-public python-cryptography | 534 | (define-public python-cryptography |
| 535 | (package | 535 | (package |
| 536 | (name "python-cryptography") | 536 | (name "python-cryptography") |
| 537 | (version "44.0.0") | 537 | (version "44.0.3") |
| 538 | (source | 538 | (source |
| 539 | (origin | 539 | (origin |
| 540 | (method url-fetch) | 540 | (method url-fetch) |
| 541 | (uri (pypi-uri "cryptography" version)) | 541 | (uri (pypi-uri "cryptography" version)) |
| 542 | (sha256 | 542 | (sha256 |
| 543 | (base32 | 543 | (base32 |
| 544 | "00is2nzcl2pyhr90llga5mnbw3rvakn75rq10x1r6hhb6i7q6knd")) | 544 | "0lrhbl0zwqkv86l9jigmbmn1p0s11a42hcqkm0j1ma9nanydh6gy")) |
| 545 | (snippet | 545 | (snippet |
| 546 | #~(begin (use-modules (guix build utils)) | 546 | #~(begin (use-modules (guix build utils)) |
| 547 | (for-each delete-file | 547 | (for-each delete-file |
