diff options
author | Greg Hogan <code@greghogan.com> | 2025-03-24 15:23:23 +0000 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-03 19:43:54 +0200 |
commit | 78a41e973879cd9f137f949f67ebe55fb0f61281 (patch) | |
tree | 8f65e7e9851d3a95c7ef15e0dd622000b1fd6d38 /gnu/packages/cpp.scm | |
parent | 20ee284085236992f7df5082511cbd545e61ab44 (diff) |
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 <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files 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 |