mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: rust-owo-colors-4: Update to 4.1.0.
* gnu/packages/crates-io.scm (rust-owo-colors-4): Update to 4.1.0. [cargo-inputs]: Add rust-supports-color-3. Change-Id: I8ee3127e1c733ec7bd956ffa9ab0114dbc7c65fc Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
d1bcdfd441
commit
7140b2b7d0
1 changed files with 4 additions and 3 deletions
|
@ -50054,17 +50054,18 @@ normally prevent moving a type that has been borrowed from.")
|
||||||
(define-public rust-owo-colors-4
|
(define-public rust-owo-colors-4
|
||||||
(package
|
(package
|
||||||
(name "rust-owo-colors")
|
(name "rust-owo-colors")
|
||||||
(version "4.0.0")
|
(version "4.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "owo-colors" version))
|
(uri (crate-uri "owo-colors" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0grsk47cllj0s4nc4qxvy4gdhj2lyiglbqx4lmw2m7grdmq59zya"))))
|
(base32 "0mms4sbisxm1w8v08qz85m90sv861xg4ahil85587kb9cmzpcdzv"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-supports-color" ,rust-supports-color-2))))
|
`(#:cargo-inputs (("rust-supports-color" ,rust-supports-color-3)
|
||||||
|
("rust-supports-color" ,rust-supports-color-2))))
|
||||||
(home-page "https://github.com/jam1garner/owo-colors")
|
(home-page "https://github.com/jam1garner/owo-colors")
|
||||||
(synopsis "Zero-allocation terminal colors that'll make people go owo")
|
(synopsis "Zero-allocation terminal colors that'll make people go owo")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue