mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: Remove rust-ct-logs-0.3.
* gnu/packages/crates-io.scm (rust-ct-logs-0.3): Delete variable.
This commit is contained in:
parent
1f2435421c
commit
6ebbb0dd07
1 changed files with 0 additions and 16 deletions
|
@ -16096,22 +16096,6 @@ (define-public rust-ct-logs-0.7
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-sct" ,rust-sct-0.6))))))
|
`(#:cargo-inputs (("rust-sct" ,rust-sct-0.6))))))
|
||||||
|
|
||||||
(define-public rust-ct-logs-0.3
|
|
||||||
(package
|
|
||||||
(inherit rust-ct-logs-0.7)
|
|
||||||
(name "rust-ct-logs")
|
|
||||||
(version "0.3.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "ct-logs" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "1f0885ws3p49xh6dfgnhh7zjw9h4rhs9ljs8i9cnkhifzz98784f"))))
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs
|
|
||||||
(("rust-sct" ,rust-sct-0.3))))))
|
|
||||||
|
|
||||||
(define-public rust-ctor-0.2
|
(define-public rust-ctor-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-ctor")
|
(name "rust-ctor")
|
||||||
|
|
Loading…
Reference in a new issue