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
This commit is contained in:
Efraim Flashner 2024-12-15 15:43:35 +02:00
parent d9d54c6a2c
commit a6fdd8099b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -519,14 +519,14 @@ (define-public python-certifi
(define-public python-cryptography-vectors
(package
(name "python-cryptography-vectors")
(version "42.0.5")
(version "43.0.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cryptography_vectors" version))
(sha256
(base32
"1lcflcvv0xjz5cyvf33iav1vd91qzjvl4w7h4qaxlcnbn3ixap2h"))))
"1d46wj4831g2vmixffk2b0bb0x67x5rlnqbpfa8fi17lcm98hspz"))))
(build-system pyproject-build-system)
(arguments (list #:tests? #f)) ; No tests included.
(native-inputs