mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
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
This commit is contained in:
parent
49810367af
commit
e64eae64e1
1 changed files with 7 additions and 5 deletions
|
@ -82336,7 +82336,7 @@ (define-public rust-uds-windows-0.1
|
||||||
(define-public rust-ufmt-0.1
|
(define-public rust-ufmt-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-ufmt")
|
(name "rust-ufmt")
|
||||||
(version "0.1.0")
|
(version "0.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -82344,14 +82344,16 @@ (define-public rust-ufmt-0.1
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1844qwbmc4m69nfi6xmdcdf4fmjjvypi9rpfg3wgilvrxykwwzif"))))
|
"1pbc0gcfi7m21ly00x460pv1k2h12zb184f7wpcckpqj6g3c1lri"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-test-flags
|
||||||
|
'("--release" "--lib" "--bins" "--tests")
|
||||||
|
#:cargo-inputs
|
||||||
(("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
|
(("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))))
|
("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}")
|
(synopsis "Faster and panic-free alternative to @code{core::fmt}")
|
||||||
(description "This package provides a (6-40x) smaller, (2-9x) faster and
|
(description "This package provides a (6-40x) smaller, (2-9x) faster and
|
||||||
panic-free alternative to @code{core::fmt}.")
|
panic-free alternative to @code{core::fmt}.")
|
||||||
|
|
Loading…
Reference in a new issue