diff options
author | Greg Hogan <code@greghogan.com> | 2024-09-12 16:04:04 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-09-28 00:20:19 +0200 |
commit | 2ebecf60e598524676588397cf972419db0c6a85 (patch) | |
tree | e93e2781c5317bb2a4ab71eec053a97e8e4663fb /gnu/packages | |
parent | 454312454d706f29f0b14c075e85593e193c0081 (diff) | |
download | guix-2ebecf60e598524676588397cf972419db0c6a85.tar guix-2ebecf60e598524676588397cf972419db0c6a85.tar.gz |
gnu: fast-float: Update to 6.1.6.
* gnu/packages/cpp.scm (fast-float): Update to 6.1.6.
[license]: Add BSL-1.0.
Change-Id: Ia85d6146332453a45cf54837cb53b3e05ca052f7
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cpp.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 3fc9a47f50..200b438158 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -2644,7 +2644,7 @@ CRC32C algorithm, which is specified in RFC 3720, section 12.1.") (define-public fast-float (package (name "fast-float") - (version "6.0.0") + (version "6.1.6") (source (origin (method git-fetch) (uri (git-reference @@ -2653,7 +2653,7 @@ CRC32C algorithm, which is specified in RFC 3720, section 12.1.") (file-name (git-file-name name version)) (sha256 (base32 - "1xf4gbllha760cr0ri53zsja46dypj45lj070ijb5f78xavfd8f8")))) + "1y6mj2rw0dr89ddhk33gj1l76dfk4ai00kx9i22i6rjr0qylqhih")))) (build-system cmake-build-system) (arguments (list @@ -2676,7 +2676,7 @@ CRC32C algorithm, which is specified in RFC 3720, section 12.1.") (description "@code{fast_float} is a header-only C++ library for parsing floating point numbers from strings. It implements the C++ from_chars functions for the float and double types.") - (license (list license:asl2.0 license:expat)))) ; dual licensed + (license (list license:asl2.0 license:boost1.0 license:expat)))) ; triple licensed (define-public pocketfft-cpp (let ((commit "daa8bb18327bc5c7d22c69428c25cf5dc64167d3") |