mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: perl-archive-zip: Update to 1.64.
* gnu/packages/comression.scm (perl-archive-zip): Update to 1.64.
This commit is contained in:
parent
2f325b6391
commit
c7a2b36daf
1 changed files with 2 additions and 2 deletions
|
@ -1998,7 +1998,7 @@ (define-public zziplib
|
|||
(define-public perl-archive-zip
|
||||
(package
|
||||
(name "perl-archive-zip")
|
||||
(version "1.60")
|
||||
(version "1.64")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2007,7 +2007,7 @@ (define-public perl-archive-zip
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"02y2ylq83hy9kgj57sc0239x65br9sm98c0chsm61s08yc2mpiza"))))
|
||||
"0zfinh8nx3rxzscp57vq3w8hihpdb0zs67vvalykcf402kr88pyy"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
;; For tests.
|
||||
|
|
Loading…
Reference in a new issue