unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jaeme Sifat via Guix-patches via <guix-patches@gnu.org>
To: 68616@debbugs.gnu.org
Cc: Jaeme Sifat <jaeme@runbox.com>, Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#68616] [PATCH 04/13] gnu: Add rust-lscolors-0.16.
Date: Sat, 20 Jan 2024 12:55:22 -0500	[thread overview]
Message-ID: <7d74c08f222ac164f9ad079a21a57c8da9e3723a.1705772946.git.jaeme@runbox.com> (raw)
In-Reply-To: <cover.1705772946.git.jaeme@runbox.com>

* gnu/packages/crates-io.scm (rust-lscolors-0.16): New variable.

Change-Id: Iff76a842edf3a2f54626ccf1b67390a1f589e88c
---
 gnu/packages/crates-io.scm | 34 +++++++++++++++++++++++++++-------
 1 file changed, 27 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cbe01f2985..cf0a752a73 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -38814,8 +38814,34 @@ (define-public rust-lru-cache-0.1
 key-value pairs.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-lscolors-0.16
+  (package
+    (name "rust-lscolors")
+    (version "0.16.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "lscolors" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0yqfym0lfdkj0f7lpvd0a0brljs7cpknyh14c202frcpqfg202xb"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-ansi-term" ,rust-ansi-term-0.12)
+        ("rust-crossterm" ,rust-crossterm-0.27)
+        ("rust-nu-ansi-term" ,rust-nu-ansi-term-0.49))
+       #:cargo-development-inputs
+       (("rust-tempfile" ,rust-tempfile-3))))
+    (home-page "https://github.com/sharkdp/lscolors")
+    (synopsis "Colorize paths using the LS_COLORS environment variable")
+    (description
+     "Colorize paths using the LS_COLORS environment variable.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-lscolors-0.13
   (package
+    (inherit rust-lscolors-0.16)
     (name "rust-lscolors")
     (version "0.13.0")
     (source (origin
@@ -38824,19 +38850,13 @@ (define-public rust-lscolors-0.13
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32 "1wnxs5d004fx71apvh9124xqky0qjjmpibag24km7bvvss2xrpn2"))))
-    (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
        (("rust-ansi-term" ,rust-ansi-term-0.12)
         ("rust-crossterm" ,rust-crossterm-0.25)
         ("rust-nu-ansi-term" ,rust-nu-ansi-term-0.46))
        #:cargo-development-inputs
-       (("rust-tempfile" ,rust-tempfile-3))))
-    (home-page "https://github.com/sharkdp/lscolors")
-    (synopsis "Colorize paths using the LS_COLORS environment variable")
-    (description
-     "Colorize paths using the LS_COLORS environment variable.")
-    (license (list license:expat license:asl2.0))))
+       (("rust-tempfile" ,rust-tempfile-3))))))
 
 (define-public rust-lsp-types-0.91
   (package
-- 
2.41.0





  parent reply	other threads:[~2024-01-20 17:57 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-20 17:52 [bug#68616] [PATCH 00/13 rust-team] gnu: fd: Update to 9.0.0 Jaeme Sifat via Guix-patches via
2024-01-20 17:55 ` [bug#68616] [PATCH 01/13] gnu: rust-test-case-core-3: Update to 3.3.1 Jaeme Sifat via Guix-patches via
2024-01-20 17:55 ` [bug#68616] [PATCH 02/13] gnu: rust-test-case-macros-3: " Jaeme Sifat via Guix-patches via
2024-01-20 17:55 ` [bug#68616] [PATCH 03/13] gnu: rust-test-case-3: " Jaeme Sifat via Guix-patches via
2024-01-20 17:55 ` Jaeme Sifat via Guix-patches via [this message]
2024-01-20 17:55 ` [bug#68616] [PATCH 05/13] gnu: rust-proptest-1: Update to 1.4.0 Jaeme Sifat via Guix-patches via
2024-01-20 17:55 ` [bug#68616] [PATCH 06/13] gnu: Add rust-owo-colors-4 Jaeme Sifat via Guix-patches via
2024-01-20 17:55 ` [bug#68616] [PATCH 07/13] gnu: rust-anstream-0.6: Update to 0.6.11 Jaeme Sifat via Guix-patches via
2024-01-20 17:55 ` [bug#68616] [PATCH 08/13] gnu: rust-snapbox-macros-0.3: Update to 0.3.7 Jaeme Sifat via Guix-patches via
2024-01-20 17:55 ` [bug#68616] [PATCH 09/13] gnu: rust-snapbox-0.4: Update to 0.4.16 Jaeme Sifat via Guix-patches via
2024-01-20 17:55 ` [bug#68616] [PATCH 10/13] gnu: Add rust-completest-0.4 Jaeme Sifat via Guix-patches via
2024-01-20 17:55 ` [bug#68616] [PATCH 11/13] gnu: Add rust-completest-pty-0.5 Jaeme Sifat via Guix-patches via
2024-01-20 17:55 ` [bug#68616] [PATCH 12/13] gnu: rust-clap-complete-4: Update to 4.4.8 Jaeme Sifat via Guix-patches via
2024-01-20 17:55 ` [bug#68616] [PATCH 13/13] gnu: fd: Update to 9.0.0 Jaeme Sifat via Guix-patches via
2024-01-23 14:36 ` bug#68616: [PATCH 00/13 rust-team] " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7d74c08f222ac164f9ad079a21a57c8da9e3723a.1705772946.git.jaeme@runbox.com \
    --to=guix-patches@gnu.org \
    --cc=68616@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    --cc=jaeme@runbox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).