diff options
author | Janneke Nieuwenhuizen <janneke@gnu.org> | 2024-12-10 20:05:08 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:13 +0200 |
commit | 60735c93ce88b80318b7e93b65b7690fefaea2c5 (patch) | |
tree | f16d153f6d837367148a42b2de5bd9483ac7b0a0 | |
parent | 82c929ad4d7795cba9e3916a3eb54991521b83ae (diff) |
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
-rw-r--r-- | gnu/packages/compression.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 9fd90d8610..8d73b2c626 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -24,7 +24,7 @@ ;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua@nextjournal.com> ;;; Copyright © 2018, 2019 Pierre Neidhardt <mail@ambrevar.xyz> ;;; Copyright © 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr> -;;; Copyright © 2019, 2023 Janneke Nieuwenhuizen <janneke@gnu.org> +;;; Copyright © 2019, 2023, 2024 Janneke Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2020 Björn Höfling <bjoern.hoefling@bjoernhoefling.de> ;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net> ;;; Copyright © 2020, 2021 Lars-Dominik Braun <lars@6xq.net> @@ -2119,7 +2119,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) @@ -2128,7 +2128,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)) |