mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: Remove rust-colored-1.9.1.
* gnu/packages/crates-io.scm (rust-colored-1.9.1): Delete variable.
This commit is contained in:
parent
e5f03e9b19
commit
cfbaf0332f
1 changed files with 0 additions and 13 deletions
|
@ -12398,19 +12398,6 @@ (define-public rust-colored-1
|
||||||
(base32
|
(base32
|
||||||
"0nbc1czs512h1k696y7glv1kjrb2b914zpxraic6q5fgv80wizzl"))))))
|
"0nbc1czs512h1k696y7glv1kjrb2b914zpxraic6q5fgv80wizzl"))))))
|
||||||
|
|
||||||
(define-public rust-colored-1.9.1
|
|
||||||
(package
|
|
||||||
(inherit rust-colored-1)
|
|
||||||
(name "rust-colored")
|
|
||||||
(version "1.9.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "colored" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "0fildacm47g86acmx44yvxx6cka8fdym5qkgfm8x8gh2hsrghc7r"))))))
|
|
||||||
|
|
||||||
(define-public rust-combine-4
|
(define-public rust-combine-4
|
||||||
(package
|
(package
|
||||||
(name "rust-combine")
|
(name "rust-combine")
|
||||||
|
|
Loading…
Reference in a new issue