mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add rust-sct-0.5.
* gnu/packages/crates-io.scm (rust-sct-0.5): New variable.
This commit is contained in:
parent
82db471da5
commit
2d174ee65f
1 changed files with 19 additions and 0 deletions
|
@ -24346,6 +24346,25 @@ (define-public rust-sct-0.6
|
|||
(description "Certificate transparency SCT verification library")
|
||||
(license (list license:asl2.0 license:isc license:expat))))
|
||||
|
||||
(define-public rust-sct-0.5
|
||||
(package
|
||||
(inherit rust-sct-0.6)
|
||||
(name "rust-sct")
|
||||
(version "0.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "sct" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1fb9ym5bwswx01yyggn7v2vfryih4vnqpp4r4ssv3qaqpn7xynig"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-ring" ,rust-ring-0.14)
|
||||
("rust-untrusted" ,rust-untrusted-0.6))))))
|
||||
|
||||
(define-public rust-sct-0.3
|
||||
(package/inherit rust-sct-0.6
|
||||
(name "rust-sct")
|
||||
|
|
Loading…
Reference in a new issue