mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-sha1-0.6: Update to 0.6.1.
* gnu/packages/crates-crypto.scm (rust-sha1-0.6): Update to 0.6.1. [arguments]: Don't skip the build. [cargo-inputs]: Add rust-sha1-smol-1. Remove rust-serde-1. [cargo-development-inputs]: Remove field. Change-Id: I3423227c50a8bd92ba0a05b57329e0cf4040f19d
This commit is contained in:
parent
8e5cf33b80
commit
edefe4a4ef
1 changed files with 4 additions and 12 deletions
|
@ -5691,24 +5691,16 @@ for data that potentially contains secrets (e.g. cryptographic keys).")
|
||||||
(package
|
(package
|
||||||
(inherit rust-sha1-0.10)
|
(inherit rust-sha1-0.10)
|
||||||
(name "rust-sha1")
|
(name "rust-sha1")
|
||||||
(version "0.6.0")
|
(version "0.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "sha1" version))
|
(uri (crate-uri "sha1" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0w1p0s9060cv1vlgfa5c93kjksmvzjjc8j780lns3jj5fk4hbnn1"))))
|
||||||
"03gs2q4m67rn2p8xcdfxhip6mpgahdwm12bnb3vh90ahv9grhy95"))))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs (("rust-sha1-smol" ,rust-sha1-smol-1))))))
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-serde" ,rust-serde-1))
|
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-openssl" ,rust-openssl-0.10)
|
|
||||||
("rust-rand" ,rust-rand-0.4)
|
|
||||||
("rust-serde-json" ,rust-serde-json-1))))))
|
|
||||||
|
|
||||||
(define-public rust-sha1-0.2
|
(define-public rust-sha1-0.2
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue