mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add rust-hex-literal-0.1.
* gnu/packages/crates-io.scm (rust-hex-literal-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
87786e13ba
commit
dd6e098281
1 changed files with 19 additions and 0 deletions
|
@ -5996,6 +5996,25 @@ (define-public rust-hex-literal-0.2
|
|||
compile time.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-hex-literal-0.1
|
||||
(package
|
||||
(inherit rust-hex-literal-0.2)
|
||||
(name "rust-hex-literal")
|
||||
(version "0.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "hex-literal" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ffnn5g9q5xhdmzj2ic5hk9y18kyqflbmqcssqcya9gixs5r5hnx"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-hex-literal-impl" ,rust-hex-literal-impl-0.1)
|
||||
("rust-proc-macro-hack" ,rust-proc-macro-hack-0.4))))))
|
||||
|
||||
(define-public rust-hex-literal-impl-0.2
|
||||
(package
|
||||
(name "rust-hex-literal-impl")
|
||||
|
|
Loading…
Reference in a new issue