mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: perl-archive-zip: Update to 1.67.
* gnu/packages/perl-compression.scm (perl-archive-zip): Update to 1.67.
This commit is contained in:
parent
b506b98e75
commit
c5ce759ef8
1 changed files with 2 additions and 2 deletions
|
@ -131,7 +131,7 @@ (define-public perl-archive-extract
|
||||||
(define-public perl-archive-zip
|
(define-public perl-archive-zip
|
||||||
(package
|
(package
|
||||||
(name "perl-archive-zip")
|
(name "perl-archive-zip")
|
||||||
(version "1.65")
|
(version "1.67")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -139,7 +139,7 @@ (define-public perl-archive-zip
|
||||||
"mirror://cpan/authors/id/P/PH/PHRED/Archive-Zip-"
|
"mirror://cpan/authors/id/P/PH/PHRED/Archive-Zip-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "116vcg8x7n92i7cn3bx0xck69mz9vjy0il9i8p7p7lk40kz7jcbl"))))
|
(base32 "0x17b7s5c3bqy9gx7psdqxbzkilylnwwd3c3i68vynbn9hs788my"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; For tests.
|
;; For tests.
|
||||||
|
|
Loading…
Reference in a new issue