mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Add rust-sct-0.6.
* gnu/packages/crates-io.scm (rust-sct-0.6): New variable.
This commit is contained in:
parent
9bc97f1259
commit
59771653d4
1 changed files with 23 additions and 0 deletions
|
@ -19973,6 +19973,29 @@ (define-public rust-scroll-derive-0.9
|
|||
Pwrite traits from the scroll crate.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-sct-0.6
|
||||
(package
|
||||
(name "rust-sct")
|
||||
(version "0.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "sct" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0g4dz7las43kcpi9vqv9c6l1afjkdv3g3w3s7d2w7a7w77wjl173"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-ring" ,rust-ring-0.16)
|
||||
("rust-untrusted" ,rust-untrusted-0.7))
|
||||
#:cargo-development-inputs
|
||||
(("rust-cc" ,rust-cc-1.0))))
|
||||
(home-page "https://github.com/ctz/sct.rs")
|
||||
(synopsis "Certificate transparency SCT verification library")
|
||||
(description "Certificate transparency SCT verification library")
|
||||
(license (list license:asl2.0 license:isc license:expat))))
|
||||
|
||||
(define-public rust-seahash-3.0
|
||||
(package
|
||||
(name "rust-seahash")
|
||||
|
|
Loading…
Reference in a new issue