[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/246: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
28/246: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14. |
Date: |
Mon, 13 Jan 2025 03:06:10 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit e9d2cc2d4c11dedd58e24dc32b68db8f435c4708
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 d3a8223a9c..eb1414c253 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -42,6 +42,7 @@
;;; Copyright © 2024 dan <i@dan.games>
;;; Copyright © 2024 Peepo Froggings <peepofroggings@tutanota.de>
;;; Copyright © 2024 Jakob Kirsch <jakob.kirsch@web.de>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; This file is part of GNU Guix.
;;;
@@ -945,7 +946,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
@@ -953,7 +954,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
- 02/246: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."", (continued)
- 02/246: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."", guix-commits, 2025/01/13
- 01/246: Revert "Partial revert "gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd."", guix-commits, 2025/01/13
- 03/246: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."", guix-commits, 2025/01/13
- 04/246: gnu: commencement: gcc-boot0: Fix build for x86-linux with gcc-14., guix-commits, 2025/01/13
- 06/246: gnu: bash-minimal: Fix build for x86-linux with gcc-14., guix-commits, 2025/01/13
- 17/246: gnu: automake-1.16.5: Skip tests., guix-commits, 2025/01/13
- 22/246: gnu: expect: Fix build with gcc-14., guix-commits, 2025/01/13
- 15/246: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2025/01/13
- 21/246: gnu: torsocks: Fix build with gcc-14., guix-commits, 2025/01/13
- 30/246: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2025/01/13
- 28/246: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14.,
guix-commits <=
- 36/246: gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2025/01/13
- 39/246: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2025/01/13
- 45/246: gnu: openldap: Update to 2.6.9; fixes build with gcc-14., guix-commits, 2025/01/13
- 44/246: gnu: ntp: Fix build with gcc-14., guix-commits, 2025/01/13
- 43/246: gnu: gn: Fix build with gcc-14., guix-commits, 2025/01/13
- 47/246: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2025/01/13
- 56/246: gnu: flex: Use -Wno-error= for cross-build., guix-commits, 2025/01/13
- 54/246: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2025/01/13
- 61/246: gnu: libssh: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/13
- 73/246: gnu: xfsprogs: Update to 6.12.0; fixes build with gcc-14., guix-commits, 2025/01/13