me
/
guix
Archived
1
0
Fork 0

gnu: perl-archive-extract: Update to 0.82.

* gnu/packages/perl-compression.scm (perl-archive-extract): Update to 0.82.
master
Tobias Geerinckx-Rice 2019-11-29 23:58:48 +01:00
parent 676cb25046
commit 1230a07fea
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 3 deletions

View File

@ -110,15 +110,14 @@ writing of compressed data created with the zlib and bzip2 libraries.")
(define-public perl-archive-extract
(package
(name "perl-archive-extract")
(version "0.80")
(version "0.82")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/B/BI/BINGOS/Archive-Extract-"
version ".tar.gz"))
(sha256
(base32
"1x15j1q6w6z8hqyqgap0lz4qbq2174wfhksy1fdd653ccbaw5jr5"))))
(base32 "00zq2ishxk70192sjl1wciq14vhb9isz8rcafcy1j89va1srpvrn"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/Archive-Extract")
(synopsis "Generic archive extracting mechanism")