[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/249: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
28/249: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14. |
Date: |
Mon, 6 Jan 2025 07:51:19 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 15bb154276ec508b7553b01fd7040e2ef0c23bc9
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
- 118/249: gnu: efivar: Fix build on i686-linux with gcc-14., (continued)
- 118/249: gnu: efivar: Fix build on i686-linux with gcc-14., guix-commits, 2025/01/06
- 95/249: gnu: syslinux: Drop python2 dependency., guix-commits, 2025/01/06
- 129/249: gnu: sofia-sip: Update to 1.13.17 and fix build with gcc-14., guix-commits, 2025/01/06
- 136/249: gnu: Add icu4c-71., guix-commits, 2025/01/06
- 140/249: gnu: zxing-cpp: Fix build with gcc-14., guix-commits, 2025/01/06
- 181/249: Revert "gnu: perl-tk: Fix build with gcc-14.", guix-commits, 2025/01/06
- 21/249: gnu: torsocks: Fix build with gcc-14., guix-commits, 2025/01/06
- 18/249: gnu: bdb: Use automake-1.16.5., guix-commits, 2025/01/06
- 09/249: gnu: libffi: Update to 3.4.6; fixes build with gcc-14., guix-commits, 2025/01/06
- 08/249: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2025/01/06
- 28/249: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14.,
guix-commits <=
- 29/249: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2025/01/06
- 43/249: gnu: gn: Fix build with gcc-14., guix-commits, 2025/01/06
- 34/249: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2025/01/06
- 39/249: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2025/01/06
- 38/249: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2025/01/06
- 37/249: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., guix-commits, 2025/01/06
- 35/249: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14., guix-commits, 2025/01/06
- 45/249: gnu: openldap: Update to 2.6.9; fixes build with gcc-14., guix-commits, 2025/01/06
- 48/249: gnu: Add cryptsetup-minimal., guix-commits, 2025/01/06
- 51/249: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2025/01/06