guix_mirror_bot pushed a commit to branch add-compress-debug-symbols-phase in repository guix.
commit f3d8dcb01c27f2c7fc440f12e9e417eb9cd54cbd Author: Maxim Cournoyer <[email protected]> AuthorDate: Mon Nov 10 09:41:20 2025 +0900 gnu: python-cryptography: Update to 44.0.3. * gnu/packages/python-crypto.scm (python-cryptography): Update to 44.0.3. Change-Id: I5dae6026161bbf2743001c6f57a0412a2ee91bf5 --- gnu/packages/python-crypto.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 5109e2c2a8..c1e1f2df91 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.") (define-public python-cryptography (package (name "python-cryptography") - (version "44.0.0") + (version "44.0.3") (source (origin (method url-fetch) (uri (pypi-uri "cryptography" version)) (sha256 (base32 - "00is2nzcl2pyhr90llga5mnbw3rvakn75rq10x1r6hhb6i7q6knd")) + "0lrhbl0zwqkv86l9jigmbmn1p0s11a42hcqkm0j1ma9nanydh6gy")) (snippet #~(begin (use-modules (guix build utils)) (for-each delete-file
