From 4499f13dd4ebecca7a12226dfe294b9ce0a2f9ee Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 10 Nov 2025 09:41:20 +0900 Subject: 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 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.") (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 -- cgit v1.2.3