3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Remove rust-lscolors-0.6.

* gnu/packages/crates-io.scm (rust-lscolors-0.6): Delete variable.
This commit is contained in:
Efraim Flashner 2022-10-18 22:35:25 +03:00
parent 7683e9f526
commit c5a52ba3b8
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -32379,21 +32379,6 @@ key-value pairs.")
"Colorize paths using the LS_COLORS environment variable.")
(license (list license:expat license:asl2.0))))
(define-public rust-lscolors-0.6
(package
(inherit rust-lscolors-0.7)
(name "rust-lscolors")
(version "0.6.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "lscolors" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0jxsgkn378kxkiqdshdjdclw5wwp2xaz45cqd3yw85fhn8a38fza"))))))
(define-public rust-lsp-types-0.91
(package
(name "rust-lsp-types")