gnu: Add rust-hexf-parse-0.1.
* gnu/packages/crates-io.scm (rust-hexf-parse-0.1): New variable. Change-Id: I6b4502aa4d16aca30011ec2ed0c9528d0bd138b5
This commit is contained in:
parent
7d60dc51c4
commit
a7fde7dd76
1 changed files with 13 additions and 0 deletions
|
@ -29358,6 +29358,19 @@ float literals. Two functions @code{parse_hexf32} and @code{parse_hexf64} are
|
|||
provided for each type.")
|
||||
(license license:cc0)))
|
||||
|
||||
(define-public rust-hexf-parse-0.1
|
||||
(package
|
||||
(inherit rust-hexf-parse-0.2)
|
||||
(name "rust-hexf-parse")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "hexf-parse" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1b2h0lvksn8748764x46729ygpz8grack24spin0k29ssmr6yabr"))))))
|
||||
|
||||
(define-public rust-hostname-0.3
|
||||
(package
|
||||
(name "rust-hostname")
|
||||
|
|
Reference in a new issue