[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/75: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
35/75: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14. |
Date: |
Sun, 15 Dec 2024 18:06:34 -0500 (EST) |
janneke pushed a commit to branch core-packages-team-old
in repository guix.
commit e378d05a3901a69d866cfcfb3880b2ac8d15f7aa
Author: Janneke Nieuwenhuizen <janneke@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 26ea333f89..e563b08823 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>
@@ -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))
- 06/75: gnu: bash-minimal: Fix build for x86-linux with gcc-14., (continued)
- 06/75: gnu: bash-minimal: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/15
- 03/75: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."", guix-commits, 2024/12/15
- 08/75: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/15
- 11/75: gnu: gettext: Fix build with gcc-14., guix-commits, 2024/12/15
- 01/75: Revert "Partial revert "gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd."", guix-commits, 2024/12/15
- 17/75: gnu: automake-1.16.5: Skip tests., guix-commits, 2024/12/15
- 19/75: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2024/12/15
- 31/75: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/15
- 16/75: gnu: Re-Add automake-1.16.5., guix-commits, 2024/12/15
- 52/75: gnu: talloc: Update to 2.4.2; fixes build with gcc-14., guix-commits, 2024/12/15
- 35/75: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14.,
guix-commits <=
- 47/75: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2024/12/15
- 74/75: squash! REMOVEME gnu: Add gcc-11-fixed, enhancing `relax-gcc-14s-strictness' stage., guix-commits, 2024/12/15
- 10/75: gnu: zip: Fix build with gcc-14., guix-commits, 2024/12/15
- 09/75: gnu: libffi: Update to 3.4.6; fixes build with gcc-14., guix-commits, 2024/12/15
- 27/75: gnu: cmake-bootstrap: Fix build with gcc-14., guix-commits, 2024/12/15
- 28/75: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14., guix-commits, 2024/12/15
- 30/75: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2024/12/15
- 29/75: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2024/12/15
- 45/75: gnu: openldap: Update to 2.6.9; fixes build with gcc-14., guix-commits, 2024/12/15
- 59/75: gnu: libedit: Use -Wno-error= for cross-build., guix-commits, 2024/12/15