mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: Add rust-pad-0.1.
* gnu/packages/crates-io.scm (rust-pad-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
297bd74002
commit
57d9470466
1 changed files with 23 additions and 0 deletions
|
@ -7303,6 +7303,29 @@ (define-public rust-packed-simd-0.3
|
||||||
(description "Portable Packed SIMD vectors.")
|
(description "Portable Packed SIMD vectors.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-pad-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-pad")
|
||||||
|
(version "0.1.6")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "pad" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1qy0r26r52gp034fv252mmg0s599a55h9nr4xswy04hvky49pbfj"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-unicode-width" ,rust-unicode-width-0.1))))
|
||||||
|
(home-page "https://github.com/ogham/rust-pad")
|
||||||
|
(synopsis "Library for padding strings at runtime")
|
||||||
|
(description
|
||||||
|
"This package provides a library for padding strings at runtime.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-parking-lot-0.9
|
(define-public rust-parking-lot-0.9
|
||||||
(package
|
(package
|
||||||
(name "rust-parking-lot")
|
(name "rust-parking-lot")
|
||||||
|
|
Loading…
Reference in a new issue