mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
82c929ad4d
commit
60735c93ce
1 changed files with 3 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue