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