mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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
This commit is contained in:
parent
f1dc52bb24
commit
e9d2cc2d4c
1 changed files with 3 additions and 2 deletions
|
@ -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 @@ (define-public json-dto
|
|||
(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 @@ (define-public nlohmann-json
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue