unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 73201@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#73201] [PATCH 2/3] gnu: fast-float: Update to 6.1.6.
Date: Thu, 12 Sep 2024 16:04:04 +0000	[thread overview]
Message-ID: <0c88f4774a12c129f0677971f83b41cba8ca6704.1726154167.git.code@greghogan.com> (raw)
In-Reply-To: <cover.1726154167.git.code@greghogan.com>

* gnu/packages/cpp.scm (fast-float): Update to 6.1.6.
[license]: Add BSL-1.0.

Change-Id: Ia85d6146332453a45cf54837cb53b3e05ca052f7
---
 gnu/packages/cpp.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index e76eb52eb8..3d0e1da7a1 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -2644,7 +2644,7 @@ (define fast-float-test-files
 (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 @@ (define-public fast-float
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1xf4gbllha760cr0ri53zsja46dypj45lj070ijb5f78xavfd8f8"))))
+                "1y6mj2rw0dr89ddhk33gj1l76dfk4ai00kx9i22i6rjr0qylqhih"))))
     (build-system cmake-build-system)
     (arguments
      (list
@@ -2676,7 +2676,7 @@ (define-public fast-float
     (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")
-- 
2.46.0





  parent reply	other threads:[~2024-09-12 16:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-12 16:02 [bug#73201] [PATCH 0/3] Update folly Greg Hogan
2024-09-12 16:04 ` [bug#73201] [PATCH 1/3] gnu: fast-float-test-files: Update to 1.0.0 Greg Hogan
2024-09-12 16:04 ` Greg Hogan [this message]
2024-09-12 16:04 ` [bug#73201] [PATCH 3/3] gnu: folly: Update to 2024.09.09.00 Greg Hogan
2024-09-27 22:15 ` bug#73201: [PATCH 0/3] Update folly Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0c88f4774a12c129f0677971f83b41cba8ca6704.1726154167.git.code@greghogan.com \
    --to=code@greghogan.com \
    --cc=73201@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).