mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: plzip: Update to 1.11.
* gnu/packages/compression.scm (plzip): Update to 1.11. Change-Id: Ia7901bc8b2989b2e63e73869fe851536efeddfef Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
e3ab05320d
commit
53706555a9
1 changed files with 2 additions and 2 deletions
|
@ -2235,14 +2235,14 @@ (define-public lzlib
|
|||
(define-public plzip
|
||||
(package
|
||||
(name "plzip")
|
||||
(version "1.10")
|
||||
(version "1.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://savannah/lzip/plzip/"
|
||||
"plzip-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "16408n8z21hfxp0qnx3hh1d0c47g8z9i3vflbgbrmf6qcn1abyj3"))))
|
||||
(base32 "0sv2sp0ppxkdds4qiwb3ddvlv22ydv61n3hk74rkh8ljbkjcpqyq"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list lzlib))
|
||||
|
|
Loading…
Reference in a new issue