mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
gnu: rust-sct-0.6: Update to 0.6.1.
* gnu/packages/crates-io.scm (rust-sct-0.6): Update to 0.6.1. [cargo-development-inputs]: Remove field. Change-Id: Id3a980bd87e8b11c555f94f24230e1d8ea2fbbfd
This commit is contained in:
parent
8b2f7caa1d
commit
77d49c4df1
1 changed files with 3 additions and 5 deletions
|
@ -56608,20 +56608,18 @@ Pwrite traits from the scroll crate.")
|
||||||
(package
|
(package
|
||||||
(inherit rust-sct-0.7)
|
(inherit rust-sct-0.7)
|
||||||
(name "rust-sct")
|
(name "rust-sct")
|
||||||
(version "0.6.0")
|
(version "0.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "sct" version))
|
(uri (crate-uri "sct" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0g4dz7las43kcpi9vqv9c6l1afjkdv3g3w3s7d2w7a7w77wjl173"))))
|
(base32 "1ki8qa7yf4d9i4ynsfvwwkpnnqw0m8ayx0jva4w9zrp0k0wbhqmk"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-ring" ,rust-ring-0.16)
|
(("rust-ring" ,rust-ring-0.16)
|
||||||
("rust-untrusted" ,rust-untrusted-0.7))
|
("rust-untrusted" ,rust-untrusted-0.7))))))
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-cc" ,rust-cc-1))))))
|
|
||||||
|
|
||||||
(define-public rust-sct-0.5
|
(define-public rust-sct-0.5
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Reference in a new issue