[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/136: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
28/136: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14. |
Date: |
Wed, 1 Jan 2025 10:24:24 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit d69bcd7aa1fa69e7168e9d3347fa8fc2d53ed999
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 f56314757d..9c725edb94 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.
;;;
@@ -912,7 +913,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
@@ -920,7 +921,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
- 35/136: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14., (continued)
- 35/136: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14., guix-commits, 2025/01/01
- 01/136: Revert "Partial revert "gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd."", guix-commits, 2025/01/01
- 03/136: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."", guix-commits, 2025/01/01
- 02/136: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."", guix-commits, 2025/01/01
- 05/136: gnu: gcc-boot0: Fix building on powerpc64le-linux., guix-commits, 2025/01/01
- 07/136: gnu: commencement: gcc-final: Fix build for x86-linux with gcc-14., guix-commits, 2025/01/01
- 08/136: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2025/01/01
- 11/136: gnu: gettext: Fix build with gcc-14., guix-commits, 2025/01/01
- 13/136: gnu: unzip: Fix build with gcc-14., guix-commits, 2025/01/01
- 19/136: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2025/01/01
- 28/136: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14.,
guix-commits <=
- 30/136: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2025/01/01
- 23/136: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2025/01/01
- 42/136: gnu: gamin: Fix build with gcc-14., guix-commits, 2025/01/01
- 25/136: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2025/01/01
- 45/136: gnu: openldap: Update to 2.6.9; fixes build with gcc-14., guix-commits, 2025/01/01
- 72/136: gnu: vala: Update to 0.56.17; fixes build with gcc-14., guix-commits, 2025/01/01
- 87/136: gnu: gavl: Fix build by using gcc-13., guix-commits, 2025/01/01
- 83/136: gnu: xf86-video-nouveau: Fix build with gcc-14., guix-commits, 2025/01/01
- 91/136: gnu: jamvm-1-bootstrap: Fix build with gcc-14., guix-commits, 2025/01/01
- 15/136: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2025/01/01