me
/
guix
Archived
1
0
Fork 0

gnu: rust-subtle-2: Update to 2.4.1.

* gnu/packages/crates-io.scm (rust-subtle-2): Update to 2.4.1.
[arguments]<#cargo-development-inputs>: Add rust-rand-0.7.
Nicolas Goaziou 2022-01-19 11:20:38 +01:00
parent 36d054b253
commit 2b497fecbd
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 11 additions and 9 deletions

View File

@ -53658,17 +53658,19 @@ easier in Rust.")
(define-public rust-subtle-2
(package
(name "rust-subtle")
(version "2.2.3")
(version "2.4.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "subtle" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1h9jd7v0imksyl5mvnjk2rw54sa3xrril76z0md61mq2gh056bah"))))
(origin
(method url-fetch)
(uri (crate-uri "subtle" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"00b6jzh9gzb0h9n25g06nqr90z3xzqppfhhb260s1hjhh4pg7pkb"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs (("rust-rand" ,rust-rand-0.7))))
(home-page "https://dalek.rs/")
(synopsis
"Pure-Rust traits and utilities for cryptographic implementations")