gnu: Add rust-hex-0.2.

* gnu/packages/crates-io.scm (rust-hex-0.2): New variable.
This commit is contained in:
Hartmut Goebel 2020-04-19 22:06:21 +02:00
parent e906679522
commit fea64a43ad
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF

View File

@ -9611,6 +9611,19 @@ hexadecimal representation.")
(base32
"0xsdcjiik5j750j67zk42qdnmm4ahirk3gmkmcqgq7qls2jjcl40"))))))
(define-public rust-hex-0.2
(package
(inherit rust-hex-0.4)
(name "rust-hex")
(version "0.2.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "hex" version))
(file-name (string-append name "-" version ".crate"))
(sha256
(base32 "1ajkw40qzn2ygnqjj9w584f6l31wi318258n84pn2hax8la2i8nn"))))))
(define-public rust-hex-literal-0.2
(package
(name "rust-hex-literal")