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:
Tobias Geerinckx-Rice 2019-11-12 20:10:39 +01:00
parent b506b98e75
commit c5ce759ef8
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -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.