mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 19:09:27 +01:00
gnu: Remove rust-lscolors-0.7.
* gnu/packages/crates-io.scm (rust-lscolors-0.7): Delete variable. Change-Id: I84c0bb350c7413d0a029dac285378d40543b0a1c
This commit is contained in:
parent
d70442cfbc
commit
0b0087aea6
1 changed files with 0 additions and 20 deletions
|
@ -44029,26 +44029,6 @@ key-value pairs.")
|
|||
"Colorize paths using the LS_COLORS environment variable.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-lscolors-0.7
|
||||
(package
|
||||
(inherit rust-lscolors-0.13)
|
||||
(name "rust-lscolors")
|
||||
(version "0.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "lscolors" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vn1824lagf0xdv5rxyl7m9fbrcylyjibmnd4634dnn98m68jjyj"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-ansi-term" ,rust-ansi-term-0.12))
|
||||
#:cargo-development-inputs
|
||||
(("rust-tempfile" ,rust-tempfile-3))))))
|
||||
|
||||
(define-public rust-lsp-types-0.91
|
||||
(package
|
||||
(name "rust-lsp-types")
|
||||
|
|
Loading…
Add table
Reference in a new issue