janneke pushed a commit to branch core-packages-team in repository guix. commit 24d21c306d2ef47b743d6d2e15b75842c79ce60e Author: Janneke Nieuwenhuizen <jann...@gnu.org> AuthorDate: Wed Jan 1 11:08:09 2025 +0100
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 --- gnu/packages/web.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index abde0f3abe..98e880c312 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -40,7 +40,7 @@ ;;; Copyright © 2019, 2020 Florian Pelz <pelzflor...@pelzflorian.de> ;;; Copyright © 2020 Timotej Lazar <timotej.la...@araneo.si> ;;; Copyright © 2020 Pierre Neidhardt <m...@ambrevar.xyz> -;;; Copyright © 2020, 2021, 2023, 2024 Janneke Nieuwenhuizen <jann...@gnu.org> +;;; Copyright © 2020, 2021, 2023, 2024, 2025 Janneke Nieuwenhuizen <jann...@gnu.org> ;;; Copyright © 2018, 2019, 2020 Björn Höfling <bjoern.hoefl...@bjoernhoefling.de> ;;; Copyright © 2020, 2021 Paul Garlick <pgarl...@tourbillion-technology.com> ;;; Copyright © 2020, 2022 Michael Rohleder <m...@rohleder.de> @@ -1369,7 +1369,7 @@ data.") (define-public json-c (package (name "json-c") - (version "0.15") + (version "0.18") (source (origin (method url-fetch) (uri (string-append @@ -1377,7 +1377,7 @@ data.") 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")