mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -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
|
(define-public rust-wincolor-1.0
|
||||||
(package
|
(package
|
||||||
(name "rust-wincolor")
|
(name "rust-wincolor")
|
||||||
(version "1.0.2")
|
(version "1.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -28619,7 +28619,7 @@ (define-public rust-wincolor-1.0
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1agaf3hcav113i86912ajnw6jxcy4rvkrgyf8gdj8kc031mh3xcn"))))
|
"017x33ljndwc76cp5z9llgndn0nh7v8jcjaykbizkawmwy9n3pyp"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Reference in a new issue