guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

160/330: gnu: Add rust-hexf-parse-0.1.


From: guix-commits
Subject: 160/330: gnu: Add rust-hexf-parse-0.1.
Date: Mon, 18 Mar 2024 07:15:57 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit ec6f6442097e67941c5a5cbb654ab6e96e3937e0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Mar 16 22:00:01 2024 +0200

    gnu: Add rust-hexf-parse-0.1.
    
    * gnu/packages/crates-io.scm (rust-hexf-parse-0.1): New variable.
    
    Change-Id: I6b4502aa4d16aca30011ec2ed0c9528d0bd138b5
---
 gnu/packages/crates-io.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5f1cb431ca..6d8ab5499b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -29267,6 +29267,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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]