This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 78a41e9738 gnu: fast-float: Update to 8.0.2.
78a41e9738 is described below

commit 78a41e973879cd9f137f949f67ebe55fb0f61281
Author: Greg Hogan <[email protected]>
AuthorDate: Mon Mar 24 15:23:23 2025 +0000

    gnu: fast-float: Update to 8.0.2.
    
    * gnu/packages/cpp.scm (fast-float): Update to 8.0.2.
    
    Change-Id: I580a9126b7fec708ef561004ed326a36acfc8102
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index bdd0a5e5c4..c0723308a4 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -3173,7 +3173,7 @@ CRC32C algorithm, which is specified in RFC 3720, section 
12.1.")
 (define-public fast-float
   (package
     (name "fast-float")
-    (version "6.1.6")
+    (version "8.0.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3182,7 +3182,7 @@ CRC32C algorithm, which is specified in RFC 3720, section 
12.1.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1y6mj2rw0dr89ddhk33gj1l76dfk4ai00kx9i22i6rjr0qylqhih"))))
+                "19x1yklf641yrpad6lk4cq3jmird10d5ig8hicm3p9lxh92k78cl"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to