mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
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:
parent
ce243ee31c
commit
819604e663
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue