mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: quazip, quazip-5: Update to 1.5.
* gnu/packages/compression.scm (quazip): Update to 1.5. Change-Id: I2c7968204aacd7eb1bb3eac62a5fa6546d2f66f7
This commit is contained in:
parent
82e0408b0e
commit
7ea7a8a529
1 changed files with 3 additions and 1 deletions
|
@ -2553,6 +2553,8 @@ download times, and other distribution and storage costs.")
|
||||||
(define-public quazip
|
(define-public quazip
|
||||||
(package
|
(package
|
||||||
(name "quazip")
|
(name "quazip")
|
||||||
|
;; When updating, change also the version in quazip-qt5,
|
||||||
|
;; which shares the same source.
|
||||||
(version "1.5")
|
(version "1.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -2590,7 +2592,7 @@ reading from and writing to ZIP archives.")
|
||||||
(package
|
(package
|
||||||
(inherit quazip)
|
(inherit quazip)
|
||||||
(name "quazip-qt5")
|
(name "quazip-qt5")
|
||||||
(version "1.4")
|
(version "1.5")
|
||||||
(inputs (list qtbase-5 zlib))))
|
(inputs (list qtbase-5 zlib))))
|
||||||
|
|
||||||
(define-public zchunk
|
(define-public zchunk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue