Archived
1
0
Fork 0

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:
Efraim Flashner 2024-03-16 22:00:01 +02:00
parent 7d60dc51c4
commit a7fde7dd76
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")