mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: Add rust-hex-slice-0.1.
* gnu/packages/crates-io.scm (rust-hex-slice-0.1): New variable. Change-Id: Ic6df8c3f54ba34f78821eaf23ae752cba06c7374
This commit is contained in:
parent
636e394a04
commit
40320bd012
1 changed files with 20 additions and 0 deletions
|
@ -32648,6 +32648,26 @@ (define-public rust-hex-literal-impl-0.1
|
|||
`(#:cargo-inputs
|
||||
(("rust-proc-macro-hack" ,rust-proc-macro-hack-0.4))))))
|
||||
|
||||
(define-public rust-hex-slice-0.1
|
||||
(package
|
||||
(name "rust-hex-slice")
|
||||
(version "0.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "hex-slice" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0k3ck81m9lz5wz3c7qqj3j3m5xa5pr599n41gbq58i91w04a74al"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs (("rust-suppositions" ,rust-suppositions-0.1))))
|
||||
(home-page "https://github.com/cstorey/hex-slice/")
|
||||
(synopsis "Extends the std::fmt::*Hex traits to slices")
|
||||
(description
|
||||
"This package provides extends the std::fmt::*Hex traits to slices.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-hexf-parse-0.2
|
||||
(package
|
||||
(name "rust-hexf-parse")
|
||||
|
|
Loading…
Reference in a new issue