guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/11: gnu: perl-archive-extract: Update to 0.86.


From: guix-commits
Subject: 10/11: gnu: perl-archive-extract: Update to 0.86.
Date: Mon, 31 Aug 2020 14:35:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f575aff3f586e42ee45908c5daceddbb85701c60
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Aug 31 20:31:19 2020 +0200

    gnu: perl-archive-extract: Update to 0.86.
    
    * gnu/packages/perl-compression.scm (perl-archive-extract): Update to 0.86.
---
 gnu/packages/perl-compression.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl-compression.scm 
b/gnu/packages/perl-compression.scm
index 900c71b..da7c09b 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]