gnu: rust-ufmt-macros-0.1: Replace with rust-ufmt-macros-0.2.
* gnu/packages/crates-io.scm (rust-ufmt-macros-0.1): Update to 0.2.0. Change-Id: I835efce8e07d59bc00ab3dc11946cfee91f9797a
parent
705d05271f
commit
49810367af
|
@ -82357,10 +82357,10 @@ with the Unicode character database.")
|
||||||
panic-free alternative to @code{core::fmt}.")
|
panic-free alternative to @code{core::fmt}.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-ufmt-macros-0.1
|
(define-public rust-ufmt-macros-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-ufmt-macros")
|
(name "rust-ufmt-macros")
|
||||||
(version "0.1.1")
|
(version "0.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -82368,7 +82368,7 @@ panic-free alternative to @code{core::fmt}.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sf0z9f6kjw5h15xd1hlj46dgri59lqwin1fxrcdradzl8s3x0gd"))))
|
"1nfpgpimg04n08cxi0mcsz803kh3kzpmllmxm2a6768cyf96raz4"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Reference in New Issue