z572 pushed a commit to branch core-packages-team
in repository guix.

commit d37d096e80d2407d72677985a5906540d6c95999
Author: Janneke Nieuwenhuizen <[email protected]>
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 f6317b821e..1818a2cec9 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -40,7 +40,7 @@
 ;;; Copyright © 2019, 2020 Florian Pelz <[email protected]>
 ;;; Copyright © 2020 Timotej Lazar <[email protected]>
 ;;; Copyright © 2020 Pierre Neidhardt <[email protected]>
-;;; Copyright © 2020, 2021, 2023, 2024 Janneke Nieuwenhuizen <[email protected]>
+;;; Copyright © 2020, 2021, 2023, 2024, 2025 Janneke Nieuwenhuizen 
<[email protected]>
 ;;; Copyright © 2018, 2019, 2020 Björn Höfling 
<[email protected]>
 ;;; Copyright © 2020, 2021 Paul Garlick <[email protected]>
 ;;; Copyright © 2020, 2022 Michael Rohleder <[email protected]>
@@ -1275,7 +1275,7 @@ data.")
 (define-public json-c
   (package
     (name "json-c")
-    (version "0.15")
+    (version "0.18")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -1283,7 +1283,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")

Reply via email to