Skip to content
Snippets Groups Projects
Unverified Commit 0edfe553 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: perl-archive-zip: Update to 1.65.

* gnu/packages/perl-compression.scm (perl-archive-zip): Update to 1.65.
parent 8e42b087
No related branches found
No related tags found
No related merge requests found
...@@ -133,7 +133,7 @@ (define-public perl-archive-extract ...@@ -133,7 +133,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.64") (version "1.65")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -141,8 +141,7 @@ (define-public perl-archive-zip ...@@ -141,8 +141,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 (base32 "116vcg8x7n92i7cn3bx0xck69mz9vjy0il9i8p7p7lk40kz7jcbl"))))
"0zfinh8nx3rxzscp57vq3w8hihpdb0zs67vvalykcf402kr88pyy"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
;; For tests. ;; For tests.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment