andreas pushed a commit to branch core-packages-team in repository guix. commit e3aec4fca3919b8d6fb1bfce2463558cf41638da Author: Janneke Nieuwenhuizen <jann...@gnu.org> AuthorDate: Tue Dec 10 20:05:08 2024 +0100
gnu: zziplib: Update to 0.13.78; fixes build with gcc-14. * gnu/packages/compression.scm (zziplib): Update to 0.13.78. Change-Id: I5ea5999fe36696791543b11c2649ac06d07e7f26 --- gnu/packages/compression.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index fa0c48303f..85a1e7178f 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -24,7 +24,7 @@ ;;; Copyright © 2018 Joshua Sierles, Nextjournal <jos...@nextjournal.com> ;;; Copyright © 2018, 2019 Pierre Neidhardt <m...@ambrevar.xyz> ;;; Copyright © 2019 Nicolas Goaziou <m...@nicolasgoaziou.fr> -;;; Copyright © 2019, 2023 Janneke Nieuwenhuizen <jann...@gnu.org> +;;; Copyright © 2019, 2023, 2024 Janneke Nieuwenhuizen <jann...@gnu.org> ;;; Copyright © 2020 Björn Höfling <bjoern.hoefl...@bjoernhoefling.de> ;;; Copyright © 2020 Arun Isaac <arunis...@systemreboot.net> ;;; Copyright © 2020, 2021 Lars-Dominik Braun <l...@6xq.net> @@ -2118,7 +2118,7 @@ timestamps in the file header with a fixed time (1 January 2008). (define-public zziplib (package (name "zziplib") - (version "0.13.72") + (version "0.13.78") (home-page "https://github.com/gdraheim/zziplib") (source (origin (method git-fetch) @@ -2127,7 +2127,7 @@ timestamps in the file header with a fixed time (1 January 2008). (file-name (git-file-name name version)) (sha256 (base32 - "0i6bpa2b13z19alm6ig80364dnin1w28cvif18k6wkkb0w3dzp8y")))) + "18578xbzj8j89srv4bwayjm11bg56fl34sya0znq4fwq3apm037i")))) (build-system cmake-build-system) (inputs (list zlib))