mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
3e838a21fe
commit
eb9b378604
1 changed files with 18 additions and 3 deletions
|
@ -12077,10 +12077,10 @@ by inspecting the system for user preference.")
|
||||||
key-value pairs.")
|
key-value pairs.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-lscolors-0.6
|
(define-public rust-lscolors-0.7
|
||||||
(package
|
(package
|
||||||
(name "rust-lscolors")
|
(name "rust-lscolors")
|
||||||
(version "0.6.0")
|
(version "0.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -12089,7 +12089,7 @@ key-value pairs.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jxsgkn378kxkiqdshdjdclw5wwp2xaz45cqd3yw85fhn8a38fza"))))
|
"0vn1824lagf0xdv5rxyl7m9fbrcylyjibmnd4634dnn98m68jjyj"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
@ -12102,6 +12102,21 @@ key-value pairs.")
|
||||||
"Colorize paths using the LS_COLORS environment variable.")
|
"Colorize paths using the LS_COLORS environment variable.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(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
|
(define-public rust-lyon-geom-0.14
|
||||||
(package
|
(package
|
||||||
(name "rust-lyon-geom")
|
(name "rust-lyon-geom")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue