gnu: Add rust-hex-literal-impl-0.1.

* gnu/packages/crates-io.scm (rust-hex-literal-impl-0.1):
New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Valentin Ignatev 2020-01-19 22:28:17 +03:00 committed by Efraim Flashner
parent b3857bd0e4
commit 87786e13ba
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -6020,6 +6020,24 @@ (define-public rust-hex-literal-impl-0.2
"Internal implementation of the hex-literal crate.") "Internal implementation of the hex-literal crate.")
(license (list license:asl2.0 license:expat)))) (license (list license:asl2.0 license:expat))))
(define-public rust-hex-literal-impl-0.1
(package
(inherit rust-hex-literal-impl-0.2)
(name "rust-hex-literal-impl")
(version "0.1.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "hex-literal-impl" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1nnxqhyn9l998ma04ip79bmpqv1as6003s03g26ynhrr471p022j"))))
(arguments
`(#:cargo-inputs
(("rust-proc-macro-hack" ,rust-proc-macro-hack-0.4))))))
(define-public rust-html5ever-0.23 (define-public rust-html5ever-0.23
(package (package
(name "rust-html5ever") (name "rust-html5ever")