guix_mirror_bot pushed a commit to branch add-compress-debug-symbols-phase in repository guix.
commit 8399f715e46b938adf00891782b3016ec75e14c3 Author: Maxim Cournoyer <[email protected]> AuthorDate: Mon Nov 10 09:41:14 2025 +0900 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 --- 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 88d9b89a19..5109e2c2a8 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.") (define-public python-cryptography-vectors (package (name "python-cryptography-vectors") - (version "44.0.0") + (version "44.0.3") (source (origin (method url-fetch) (uri (pypi-uri "cryptography_vectors" version)) (sha256 (base32 - "1aw06msy65rs27yxfp4xlwfq432ny1af5cx8s7zsbfa5div2hqhh")))) + "0jrska8814y6m0jcnpmhh40f3r2qmfsbya61pq5ims6vsw6pj3il")))) (build-system pyproject-build-system) (arguments (list #:tests? #f)) ; No tests included. (native-inputs
