gnu: rust-curve25519-dalek-4: Update to 4.1.3.

* gnu/packages/crates-crypto.scm (rust-curve25519-dalek-4): Update to
4.1.3.

Change-Id: Iaff54cd224422f2291291b53f9eb24093447fc3f
This commit is contained in:
Efraim Flashner 2024-12-04 11:51:01 +02:00
parent ce243ee31c
commit 819604e663
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1911,14 +1911,14 @@ (define-public rust-ctr-0.6
(define-public rust-curve25519-dalek-4
(package
(name "rust-curve25519-dalek")
(version "4.1.2")
(version "4.1.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "curve25519-dalek" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0j7kqchcgycs4a11gvlda93h9w2jr05nn4hjpfyh2kn94a4pnrqa"))))
(base32 "1gmjb9dsknrr8lypmhkyjd67p1arb8mbfamlwxm7vph38my8pywp"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs