gnu: rust-color-print-proc-macro-0.3: Update to 0.3.5.
* gnu/packages/crates-io.scm (rust-color-print-proc-macro-0.3): Update to 0.3.5. Change-Id: I27ad62dc6c16ead5aa4caf6eef7b6922cdf3d5c8
This commit is contained in:
parent
0acc3f1efc
commit
817bbdfb1c
1 changed files with 3 additions and 3 deletions
|
@ -14229,14 +14229,14 @@ sets of intervals.")
|
||||||
(define-public rust-color-print-proc-macro-0.3
|
(define-public rust-color-print-proc-macro-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-color-print-proc-macro")
|
(name "rust-color-print-proc-macro")
|
||||||
(version "0.3.4")
|
(version "0.3.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "color-print-proc-macro" version))
|
(uri (crate-uri "color-print-proc-macro" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jsijb8b1hiyrmz6hpgcn8544w7ijp00prsfycgjsgfp6yjyl6ym"))))
|
"0gq00lg9irnzag890m85w3j1p8rpmsns2fa48051swka8mk7iqsp"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
@ -14246,7 +14246,7 @@ sets of intervals.")
|
||||||
("rust-syn" ,rust-syn-1))))
|
("rust-syn" ,rust-syn-1))))
|
||||||
(home-page "https://gitlab.com/yolenoyer/color-print")
|
(home-page "https://gitlab.com/yolenoyer/color-print")
|
||||||
(synopsis "Implementation for the package color-print")
|
(synopsis "Implementation for the package color-print")
|
||||||
(description "Implementation for the package color-print")
|
(description "Implementation for the package color-print.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-color-quant-1
|
(define-public rust-color-quant-1
|
||||||
|
|
Reference in a new issue