mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: lzip: Update to 1.23.
* gnu/packages/compression.scm (lzip): Update to 1.23.
This commit is contained in:
parent
bf99d1be2f
commit
2db1560a2a
1 changed files with 2 additions and 2 deletions
|
@ -598,14 +598,14 @@ (define-public lzop
|
|||
(define-public lzip
|
||||
(package
|
||||
(name "lzip")
|
||||
(version "1.22")
|
||||
(version "1.23")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://savannah/lzip/lzip-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0j59hx72258334rmkwn57ahr6s69nlrx0a5ip1jw2fbiwr12sd63"))))
|
||||
"03985xc696210irdzv475mlvf30ylahni3msanfz4ppivm3w14j7"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://www.nongnu.org/lzip/lzip.html")
|
||||
(synopsis "Lossless data compressor based on the LZMA algorithm")
|
||||
|
|
Loading…
Reference in a new issue