diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-12-27 10:20:45 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-02-20 13:56:51 +0200 |
commit | 0b0087aea65e94522d2c3dce6e5d1d96c09bc72e (patch) | |
tree | e5e03b75ff46c56eb83945adffd8a2475d28e256 | |
parent | d70442cfbc374c5283634c0dfbf07c004cc9a57a (diff) | |
download | guix-0b0087aea65e94522d2c3dce6e5d1d96c09bc72e.tar.gz |
gnu: Remove rust-lscolors-0.7.
* gnu/packages/crates-io.scm (rust-lscolors-0.7): Delete variable. Change-Id: I84c0bb350c7413d0a029dac285378d40543b0a1c
-rw-r--r-- | gnu/packages/crates-io.scm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 3cf5181c3d..63685ed95b 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -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") |