me
/
guix
Archived
1
0
Fork 0

gnu: rust-termcolor-1: Update to 1.4.0.

* gnu/packages/crates-io.scm (rust-termcolor-1): Update to 1.4.0.

Change-Id: I124d135341e8932a9c027a895ffbabad93a1cb98
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Jaeme Sifat 2023-12-10 18:06:59 -05:00 committed by Efraim Flashner
parent f331be6c6a
commit fe60fe4fe0
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -78046,14 +78046,14 @@ library.")
(define-public rust-termcolor-1
(package
(name "rust-termcolor")
(version "1.3.0")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "termcolor" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0r1byqaq6f97qd0wc7k09lza190apvj9301s2afsp6m6gp9vm4v0"))))
(base32 "0jfllflbxxffghlq6gx4csv0bv0qv77943dcx01h9zssy39w66zz"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs