diff options
author | Janneke Nieuwenhuizen <janneke@gnu.org> | 2025-01-01 11:08:09 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:18 +0200 |
commit | 659351f0cf5d01e2df22c5ad66213165890479ea (patch) | |
tree | 0a88e74534e9dad86c8f1d8b121e217a45669f9f | |
parent | 87b95c3e0357a528bedc7d95270fab28fa182301 (diff) |
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
-rw-r--r-- | gnu/packages/web.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index d6d56f8b3e..88c077ecb3 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -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> @@ -1377,7 +1377,7 @@ data.") (define-public json-c (package (name "json-c") - (version "0.15") + (version "0.18") (source (origin (method url-fetch) (uri (string-append @@ -1385,7 +1385,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") |