mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: rust-anstyle-1: Update to 1.0.4.
* gnu/packages/crates-io.scm (rust-anstyle-1): Update to 1.0.4. Change-Id: Ifa18e461c3c8b6a076c2dc7d848c2610aeb08d4f
This commit is contained in:
parent
d31524da63
commit
9d8c44a141
1 changed files with 2 additions and 2 deletions
|
@ -3653,14 +3653,14 @@ (define-public rust-anstream-0.3
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue