emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#68326: closed ([PATCH] gnu: Add rust-hexf-parse-0.2.)


From: GNU bug Tracking System
Subject: bug#68326: closed ([PATCH] gnu: Add rust-hexf-parse-0.2.)
Date: Fri, 19 Jan 2024 09:39:03 +0000

Your message dated Fri, 19 Jan 2024 11:38:15 +0200
with message-id <ZapDB5xffj8A1qx1@3900XT>
and subject line Re: [bug#68326] [PATCH] gnu: Add rust-hexf-parse-0.2.
has caused the debbugs.gnu.org bug report #68326,
regarding [PATCH] gnu: Add rust-hexf-parse-0.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
68326: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68326
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add rust-hexf-parse-0.2. Date: Mon, 8 Jan 2024 17:19:56 +0100
* gnu/packages/crates-io.scm (rust-hexf-parse-0.2): New variable.
---
 gnu/packages/crates-io.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1bfd8fb143..0806a18b88 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -35213,6 +35213,25 @@ (define-public rust-hex-literal-impl-0.1
      `(#:cargo-inputs
        (("rust-proc-macro-hack" ,rust-proc-macro-hack-0.4))))))
 
+(define-public rust-hexf-parse-0.2
+  (package
+    (name "rust-hexf-parse")
+    (version "0.2.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "hexf-parse" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1pr3a3sk66ddxdyxdxac7q6qaqjcn28v0njy22ghdpfn78l8d9nz"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/lifthrasiir/hexf";)
+    (synopsis "Hexadecimal float support for Rust")
+    (description "This library provides parsing functionality for hexadecimal
+float literals.  Two functions @code{parse_hexf32} and @code{parse_hexf64} are
+provided for each type.")
+    (license license:cc0)))
+
 (define-public rust-hkdf-0.12
   (package
     (name "rust-hkdf")

base-commit: 5f8a993aa85554ca09bd27139230d7664107e1b6
-- 
2.42.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#68326] [PATCH] gnu: Add rust-hexf-parse-0.2. Date: Fri, 19 Jan 2024 11:38:15 +0200
Thanks. Patch pushed to the rust-team branch

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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