mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: rust-color-print-0.3: Update to 0.3.6.
* gnu/packages/crates-io.scm (rust-color-print-0.3): Update to 0.3.6. Change-Id: Ief74ed17f9043a85f926869b43bbeb001c98c1c1
This commit is contained in:
parent
1d4c70fbd2
commit
1d08504d13
1 changed files with 2 additions and 2 deletions
|
@ -14197,14 +14197,14 @@ (define-public rust-color-eyre-0.6
|
|||
(define-public rust-color-print-0.3
|
||||
(package
|
||||
(name "rust-color-print")
|
||||
(version "0.3.5")
|
||||
(version "0.3.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "color-print" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0p9xlsmpnahxsji2pr73ms14alxwlkr0998fnfqvkfhlzxr871bs"))))
|
||||
"1h58sxz6nmx7p5q6cp529gnjgpclaks72mkshws8k27k1z347r8y"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue