mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: Add rust-owo-colors-1.
* gnu/packages/crates-io.scm (rust-owo-colors-1): New variable. Change-Id: If1d8ba6c90b1929ec3607fc29277a4b461712d84
This commit is contained in:
parent
99786e5252
commit
0ce7ae56c9
1 changed files with 15 additions and 0 deletions
|
@ -49835,6 +49835,21 @@ owo.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-supports-color" ,rust-supports-color-1))))))
|
`(#:cargo-inputs (("rust-supports-color" ,rust-supports-color-1))))))
|
||||||
|
|
||||||
|
(define-public rust-owo-colors-1
|
||||||
|
(package
|
||||||
|
(inherit rust-owo-colors-4)
|
||||||
|
(name "rust-owo-colors")
|
||||||
|
(version "1.3.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "owo-colors" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0mbs3z0c6p48wh96paa230xf6c6h8nhyyk1d118pybqwx7mv91i3"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-atty" ,rust-atty-0.2))))))
|
||||||
|
|
||||||
(define-public rust-packed-simd-0.3
|
(define-public rust-packed-simd-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-packed-simd")
|
(name "rust-packed-simd")
|
||||||
|
|
Loading…
Add table
Reference in a new issue