[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/63: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
26/63: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14. |
Date: |
Thu, 12 Dec 2024 05:29:10 -0500 (EST) |
janneke pushed a commit to branch core-packages-team-old
in repository guix.
commit 4408caaec7e731cf083451727a3b494f61eb2f2c
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Dec 8 13:57:32 2024 +0100
gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14.
* gnu/packages/cpp.scm (nlohmann-json): Up.date to 3.11.33. This fixes the
build with gcc-14.
Change-Id: I49248356cddd3ed750e0768f9c5cd5abbe184121
---
gnu/packages/cpp.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index d70b2dbd06..787c39b374 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -41,6 +41,7 @@
;;; Copyright © 2023-2024 Paul A. Patience <paul@apatience.com>
;;; Copyright © 2024 dan <i@dan.games>
;;; Copyright © 2024 Peepo Froggings <peepofroggings@tutanota.de>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; This file is part of GNU Guix.
;;;
@@ -889,7 +890,7 @@ data transfer object.")
(define-public nlohmann-json
(package
(name "nlohmann-json")
- (version "3.11.2")
+ (version "3.11.3")
(home-page "https://github.com/nlohmann/json")
(source
(origin
@@ -897,7 +898,7 @@ data transfer object.")
(uri (git-reference (url home-page)
(commit (string-append "v" version))))
(sha256
- (base32 "0g6rfsbkvrxmacchz4kbr741yybj7mls3r4hgyfdd3pdbqhn2is9"))
+ (base32 "0y6474xxy027q083vyrz9iyz8xc090nydbd7pbxn58dmgyi0jpgc"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet
- 14/63: gnu: automake-1.16.5: Skip tests., (continued)
- 14/63: gnu: automake-1.16.5: Skip tests., guix-commits, 2024/12/12
- 19/63: gnu: commencement: static-bash-for-glibc Fix x86-linux build., guix-commits, 2024/12/12
- 10/63: gnu: unzip: Fix build with gcc-14., guix-commits, 2024/12/12
- 13/63: gnu: Re-Add automake-1.16.5., guix-commits, 2024/12/12
- 15/63: gnu: bdb: Use automake-1.16.5., guix-commits, 2024/12/12
- 17/63: gnu: libstdc++: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/12
- 28/63: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2024/12/12
- 30/63: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2024/12/12
- 21/63: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2024/12/12
- 22/63: gnu: go-1.21.5: Skip test failing with gcc-14., guix-commits, 2024/12/12
- 26/63: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14.,
guix-commits <=
- 33/63: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14., guix-commits, 2024/12/12
- 37/63: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2024/12/12
- 38/63: gnu: jack-1: Fix build with gcc-14., guix-commits, 2024/12/12
- 32/63: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2024/12/12
- 41/63: gnu: gn: Fix build with gcc-14., guix-commits, 2024/12/12
- 35/63: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., guix-commits, 2024/12/12
- 48/63: gnu: openblas: Update to 0.3.28; fixes build with gcc-14., guix-commits, 2024/12/12
- 50/63: gnu: talloc: Update to 2.4.2; fixes build with gcc-14., guix-commits, 2024/12/12
- 51/63: gnu: slim: Fix build with gcc-14., guix-commits, 2024/12/12
- 34/63: gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2024/12/12