gnu: gzip: Update to 1.13.

* gnu/packages/compression.scm (gzip): Update to 1.13.
This commit is contained in:
Efraim Flashner 2023-09-19 18:33:08 +03:00 committed by Ludovic Courtès
parent bfeccd3db9
commit 43d59be517
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -257,14 +257,14 @@ adding and extracting files to/from a tar archive.")
(define-public gzip (define-public gzip
(package (package
(name "gzip") (name "gzip")
(version "1.12") (version "1.13")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/gzip/gzip-" (uri (string-append "mirror://gnu/gzip/gzip-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0mhrx5wk9gazmxdw7vmbpg036yzqqhsww6h12kwf2dzn37jh6pnf")))) "0mx0j7765l4cyj3hyvlks2s3izdyzaqf3hknamjwc5yv6mlynm3l"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(synopsis "General file (de)compression (using lzw)") (synopsis "General file (de)compression (using lzw)")
(arguments (arguments