mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Add rust-ufmt-write-0.1.
* gnu/packages/crates-io.scm (rust-ufmt-write-0.1): New variable.
This commit is contained in:
parent
df199ce672
commit
289012517c
1 changed files with 18 additions and 0 deletions
|
@ -26730,6 +26730,24 @@ (define-public rust-ucd-util-0.1
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-ufmt-write-0.1
|
||||
(package
|
||||
(name "rust-ufmt-write")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "ufmt-write" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0sdx0r6ah9xr3nydrqxj01v25sb956c0jk5rqf6f5i9fnkb2wyp8"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/japaric/ufmt")
|
||||
(synopsis "μfmt's uWrite trait")
|
||||
(description "This package provides @code{μfmt}'s @code{uWrite} trait.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-unchecked-index-0.2
|
||||
(package
|
||||
(name "rust-unchecked-index")
|
||||
|
|
Loading…
Reference in a new issue