mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Remove quazip-0.
Packages depending on quazip@0.9.1 have been migrated to quazip@1.4. * gnu/packages/compression.scm (quazip-0): Delete variable. Change-Id: Ia952c3758fd39ce0f9c04b7a89bd9b8365af6974 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
95bc29934e
commit
4e43c0dd21
1 changed files with 0 additions and 15 deletions
|
|
@ -2542,21 +2542,6 @@ reading from and writing to ZIP archives.")
|
|||
(version "1.4")
|
||||
(inputs (list qtbase-5 zlib))))
|
||||
|
||||
(define-public quazip-0
|
||||
(package
|
||||
(inherit quazip-5)
|
||||
(name "quazip")
|
||||
(version "0.9.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/stachenov/quazip")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"11icgwv2xyxhd1hm1add51xv54zwkcqkg85d1xqlgiigvbm196iq"))))))
|
||||
|
||||
(define-public zchunk
|
||||
(package
|
||||
(name "zchunk")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue