me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/perl-compression.scm (perl-archive-extract): Update to 0.86.
master
Tobias Geerinckx-Rice 2020-08-31 20:31:19 +02:00
parent 742c70cde9
commit f575aff3f5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -170,14 +170,14 @@ in the format used by the @command{gzip} program.")
(define-public perl-archive-extract
(package
(name "perl-archive-extract")
(version "0.82")
(version "0.86")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/B/BI/BINGOS/Archive-Extract-"
version ".tar.gz"))
(sha256
(base32 "00zq2ishxk70192sjl1wciq14vhb9isz8rcafcy1j89va1srpvrn"))))
(base32 "11xnmb21835hysdk2mcq6ndch0136j03n2i111nhpkz8p36hkkcs"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/Archive-Extract")
(synopsis "Generic archive extracting mechanism")