mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: rust-wincolor-1.0: Update to 1.0.3.
* gnu/packages/crates-io.scm (rust-wincolor-1.0): Update to 1.0.3.
This commit is contained in:
parent
5eb7531bed
commit
d7b0db6e4e
1 changed files with 2 additions and 2 deletions
|
@ -28611,7 +28611,7 @@ (define-public rust-winapi-x86-64-pc-windows-gnu-0.4
|
|||
(define-public rust-wincolor-1.0
|
||||
(package
|
||||
(name "rust-wincolor")
|
||||
(version "1.0.2")
|
||||
(version "1.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -28619,7 +28619,7 @@ (define-public rust-wincolor-1.0
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"1agaf3hcav113i86912ajnw6jxcy4rvkrgyf8gdj8kc031mh3xcn"))))
|
||||
"017x33ljndwc76cp5z9llgndn0nh7v8jcjaykbizkawmwy9n3pyp"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue