mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: lzip: Update to 1.19.
* gnu/packages/compression.scm (lzip): Update to 1.19. [description]: Fix minor typo.
This commit is contained in:
parent
d670267cbd
commit
0963e3e450
1 changed files with 3 additions and 3 deletions
|
@ -462,21 +462,21 @@ (define-public lzop
|
||||||
(define-public lzip
|
(define-public lzip
|
||||||
(package
|
(package
|
||||||
(name "lzip")
|
(name "lzip")
|
||||||
(version "1.16")
|
(version "1.19")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://savannah/lzip/lzip-"
|
(uri (string-append "mirror://savannah/lzip/lzip-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0l9724rw1l3hg2ldr3n7ihqich4m9nc6y7l302bvdj4jmxdw530j"))))
|
"1abbch762gv8rjr579q3qyyk6c80plklbv2mw4x0vg71dgsw9bgz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://www.nongnu.org/lzip/lzip.html")
|
(home-page "http://www.nongnu.org/lzip/lzip.html")
|
||||||
(synopsis "Lossless data compressor based on the LZMA algorithm")
|
(synopsis "Lossless data compressor based on the LZMA algorithm")
|
||||||
(description
|
(description
|
||||||
"Lzip is a lossless data compressor with a user interface similar to the
|
"Lzip is a lossless data compressor with a user interface similar to the
|
||||||
one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses
|
one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses
|
||||||
more than bzip2, which makes it well suited for software distribution and data
|
more than bzip2, which makes it well-suited for software distribution and data
|
||||||
archiving. Lzip is a clean implementation of the LZMA algorithm.")
|
archiving. Lzip is a clean implementation of the LZMA algorithm.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue