gnu: rust-anstyle-1: Update to 1.0.4.
* gnu/packages/crates-io.scm (rust-anstyle-1): Update to 1.0.4. Change-Id: Ifa18e461c3c8b6a076c2dc7d848c2610aeb08d4fmaster
parent
d31524da63
commit
9d8c44a141
|
@ -3653,14 +3653,14 @@ text to a terminal.")
|
|||
(define-public rust-anstyle-1
|
||||
(package
|
||||
(name "rust-anstyle")
|
||||
(version "1.0.0")
|
||||
(version "1.0.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "anstyle" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0zbazbfqs4mfw93573f61iy8c78vbbv824m3w206bbljpy39mva1"))))
|
||||
"11yxw02b6parn29s757z96rgiqbn8qy0fk9a3p3bhczm85dhfybh"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
|
|
Reference in New Issue