3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/perl-compression.scm (perl-archive-extract): Update to 0.86.
This commit is contained in:
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

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")