diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-31 20:31:19 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-31 20:32:50 +0200 |
commit | f575aff3f586e42ee45908c5daceddbb85701c60 (patch) | |
tree | ce4f6407157713e76472816389d5cbcd015fadba | |
parent | 742c70cde9a4ddb072d53b9981a6121bdab75a31 (diff) | |
download | guix-f575aff3f586e42ee45908c5daceddbb85701c60.tar guix-f575aff3f586e42ee45908c5daceddbb85701c60.tar.gz |
gnu: perl-archive-extract: Update to 0.86.
* gnu/packages/perl-compression.scm (perl-archive-extract): Update to 0.86.
-rw-r--r-- | gnu/packages/perl-compression.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl-compression.scm b/gnu/packages/perl-compression.scm index 900c71b7d9..da7c09b640 100644 --- a/gnu/packages/perl-compression.scm +++ b/gnu/packages/perl-compression.scm @@ -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") |