mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: json-c: Update to 0.18; fixes build with gcc-14.
* gnu/packages/web.scm (json-c): Update to 0.18. Change-Id: I46efcb8ba1229bef0ef862b1564d360ab926c4ec
This commit is contained in:
parent
66d301cf68
commit
311c646bd8
1 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@
|
|||
;;; Copyright © 2019, 2020 Florian Pelz <pelzflorian@pelzflorian.de>
|
||||
;;; Copyright © 2020 Timotej Lazar <timotej.lazar@araneo.si>
|
||||
;;; Copyright © 2020 Pierre Neidhardt <mail@ambrevar.xyz>
|
||||
;;; Copyright © 2020, 2021, 2023, 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||
;;; Copyright © 2020, 2021, 2023, 2024, 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||
;;; Copyright © 2018, 2019, 2020 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
|
||||
;;; Copyright © 2020, 2021 Paul Garlick <pgarlick@tourbillion-technology.com>
|
||||
;;; Copyright © 2020, 2022 Michael Rohleder <mike@rohleder.de>
|
||||
|
@ -1281,7 +1281,7 @@ (define-public jansson
|
|||
(define-public json-c
|
||||
(package
|
||||
(name "json-c")
|
||||
(version "0.15")
|
||||
(version "0.18")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1289,7 +1289,7 @@ (define-public json-c
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1im484iz08j3gmzpw07v16brwq46pxxj65i996kkp2vivcfhmn5q"))))
|
||||
"090pn7gyicvpqq01451zhkjw1fw3h4l6v2f6mxlvhrli8x3b0sl7"))))
|
||||
(build-system cmake-build-system)
|
||||
(home-page "https://github.com/json-c/json-c/wiki")
|
||||
(synopsis "JSON implementation in C")
|
||||
|
|
Loading…
Reference in a new issue