guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: Add rust-lscolors-0.7.


From: guix-commits
Subject: 04/05: gnu: Add rust-lscolors-0.7.
Date: Wed, 24 Jun 2020 15:16:23 -0400 (EDT)

niedzejkob pushed a commit to branch master
in repository guix.

commit eb9b378604ace0b6771adb8ffd967872568ddaa4
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Wed Jun 24 17:00:02 2020 +0200

    gnu: Add rust-lscolors-0.7.
    
    * gnu/packages/crates-io.scm (rust-lscolors-0.7): New variable.
    (rust-lscolors-0.6): Inherit from rust-lscolors-0.7.
---
 gnu/packages/crates-io.scm | 21 ++++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a88023f..bd02ee8 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12077,10 +12077,10 @@ by inspecting the system for user preference.")
 key-value pairs.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-lscolors-0.6
+(define-public rust-lscolors-0.7
   (package
     (name "rust-lscolors")
-    (version "0.6.0")
+    (version "0.7.1")
     (source
      (origin
        (method url-fetch)
@@ -12089,7 +12089,7 @@ key-value pairs.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0jxsgkn378kxkiqdshdjdclw5wwp2xaz45cqd3yw85fhn8a38fza"))))
+         "0vn1824lagf0xdv5rxyl7m9fbrcylyjibmnd4634dnn98m68jjyj"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
@@ -12102,6 +12102,21 @@ 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-lyon-geom-0.14
   (package
     (name "rust-lyon-geom")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]