me
/
guix
Archived
1
0
Fork 0

gnu: rust-ufmt-0.1: Update to 0.1.2.

* gnu/packages/crates-io.scm (rust-ufmt-0.1): Update to 0.1.2.
[arguments]: Add cargo-test-flags.
[cargo-inputs]: Replace rust-ufmt-macros-0.1 with 0.2.
[home-page]: Update to new home-page.

Change-Id: I62b7edb40504061696cd114eb1b7ab8d1a1acdb0
Efraim Flashner 2023-11-04 22:39:19 +02:00
parent 49810367af
commit e64eae64e1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 7 additions and 5 deletions

View File

@ -82336,7 +82336,7 @@ with the Unicode character database.")
(define-public rust-ufmt-0.1
(package
(name "rust-ufmt")
(version "0.1.0")
(version "0.1.2")
(source
(origin
(method url-fetch)
@ -82344,14 +82344,16 @@ with the Unicode character database.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1844qwbmc4m69nfi6xmdcdf4fmjjvypi9rpfg3wgilvrxykwwzif"))))
"1pbc0gcfi7m21ly00x460pv1k2h12zb184f7wpcckpqj6g3c1lri"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
`(#:cargo-test-flags
'("--release" "--lib" "--bins" "--tests")
#:cargo-inputs
(("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
("rust-ufmt-macros" ,rust-ufmt-macros-0.1)
("rust-ufmt-macros" ,rust-ufmt-macros-0.2)
("rust-ufmt-write" ,rust-ufmt-write-0.1))))
(home-page "https://crates.io/crates/ufmt")
(home-page "https://github.com/japaric/ufmt")
(synopsis "Faster and panic-free alternative to @code{core::fmt}")
(description "This package provides a (6-40x) smaller, (2-9x) faster and
panic-free alternative to @code{core::fmt}.")