mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gzip: Update to 1.14.
* gnu/packages/compression.scm (gzip): Update to 1.14. Change-Id: Iabb0a315b6123666dd803fc1c15ec10949184f99 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
b2a20e5fd9
commit
c6e3584e8d
1 changed files with 2 additions and 2 deletions
|
@ -271,14 +271,14 @@ adding and extracting files to/from a tar archive.")
|
|||
(define-public gzip
|
||||
(package
|
||||
(name "gzip")
|
||||
(version "1.13")
|
||||
(version "1.14")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/gzip/gzip-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0mx0j7765l4cyj3hyvlks2s3izdyzaqf3hknamjwc5yv6mlynm3l"))))
|
||||
"1ihaii7d3vznvj9vk1fkmpvd7pqbz0c8fyzr2pvgs2r2pn0vi9q1"))))
|
||||
(build-system gnu-build-system)
|
||||
(synopsis "General file (de)compression (using lzw)")
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue