gnu: Add rust-hex-literal-impl-0.2.
* gnu/packages/crates-io.scm (rust-hex-literal-impl-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
546a1ac0ab
commit
e514384efa
1 changed files with 24 additions and 0 deletions
|
@ -3106,6 +3106,30 @@ hexadecimal representation.")
|
||||||
compile time.")
|
compile time.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-hex-literal-impl-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-hex-literal-impl")
|
||||||
|
(version "0.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "hex-literal-impl" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"04m6d1k57a9h3hhdgn0vq1hkfwjv9hfkw6q73bqn0my0qw45s286"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5))))
|
||||||
|
(home-page "https://github.com/RustCrypto/utils")
|
||||||
|
(synopsis "Internal implementation of the hex-literal crate")
|
||||||
|
(description
|
||||||
|
"Internal implementation of the hex-literal crate.")
|
||||||
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
(define-public rust-humantime-1.2
|
(define-public rust-humantime-1.2
|
||||||
(package
|
(package
|
||||||
(name "rust-humantime")
|
(name "rust-humantime")
|
||||||
|
|
Reference in a new issue