mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: perl-archive-extract: Update to 0.82.
* gnu/packages/perl-compression.scm (perl-archive-extract): Update to 0.82.
This commit is contained in:
parent
676cb25046
commit
1230a07fea
1 changed files with 2 additions and 3 deletions
|
@ -110,15 +110,14 @@ (define-public perl-io-compress
|
||||||
(define-public perl-archive-extract
|
(define-public perl-archive-extract
|
||||||
(package
|
(package
|
||||||
(name "perl-archive-extract")
|
(name "perl-archive-extract")
|
||||||
(version "0.80")
|
(version "0.82")
|
||||||
(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
|
(base32 "00zq2ishxk70192sjl1wciq14vhb9isz8rcafcy1j89va1srpvrn"))))
|
||||||
"1x15j1q6w6z8hqyqgap0lz4qbq2174wfhksy1fdd653ccbaw5jr5"))))
|
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in a new issue