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.
This commit is contained in:
parent
36d054b253
commit
2b497fecbd
1 changed files with 11 additions and 9 deletions
|
@ -53658,17 +53658,19 @@ easier in Rust.")
|
||||||
(define-public rust-subtle-2
|
(define-public rust-subtle-2
|
||||||
(package
|
(package
|
||||||
(name "rust-subtle")
|
(name "rust-subtle")
|
||||||
(version "2.2.3")
|
(version "2.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "subtle" version))
|
(uri (crate-uri "subtle" version))
|
||||||
(file-name
|
(file-name
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h9jd7v0imksyl5mvnjk2rw54sa3xrril76z0md61mq2gh056bah"))))
|
"00b6jzh9gzb0h9n25g06nqr90z3xzqppfhhb260s1hjhh4pg7pkb"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-development-inputs (("rust-rand" ,rust-rand-0.7))))
|
||||||
(home-page "https://dalek.rs/")
|
(home-page "https://dalek.rs/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Pure-Rust traits and utilities for cryptographic implementations")
|
"Pure-Rust traits and utilities for cryptographic implementations")
|
||||||
|
|
Reference in a new issue