z572 pushed a commit to branch core-packages-team
in repository guix.
commit c4480e43cc31adc8de225ab99e0d9157e8a238d2
Author: Janneke Nieuwenhuizen <[email protected]>
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 e991ff2fee..80e34c4c72 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -24,7 +24,7 @@
;;; Copyright © 2018 Joshua Sierles, Nextjournal <[email protected]>
;;; Copyright © 2018, 2019 Pierre Neidhardt <[email protected]>
;;; Copyright © 2019 Nicolas Goaziou <[email protected]>
-;;; Copyright © 2019, 2023 Janneke Nieuwenhuizen <[email protected]>
+;;; Copyright © 2019, 2023, 2024 Janneke Nieuwenhuizen <[email protected]>
;;; Copyright © 2020 Björn Höfling <[email protected]>
;;; Copyright © 2020 Arun Isaac <[email protected]>
;;; Copyright © 2020, 2021 Lars-Dominik Braun <[email protected]>
@@ -2098,7 +2098,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)
@@ -2107,7 +2107,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))