From 78a41e973879cd9f137f949f67ebe55fb0f61281 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Mon, 24 Mar 2025 15:23:23 +0000 Subject: [PATCH] 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 --- 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 bdd0a5e5c47..c0723308a46 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