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:
Sergey Trofimov 2025-05-13 07:29:44 +02:00 committed by Andreas Enge
parent 95bc29934e
commit 4e43c0dd21
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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")