mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +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
2f48a96512
commit
d69bcd7aa1
1 changed files with 3 additions and 2 deletions
|
@ -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 @@ (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
|
||||
|
@ -920,7 +921,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