guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: perl-archive-zip: Update to 1.64.


From: guix-commits
Subject: 07/10: gnu: perl-archive-zip: Update to 1.64.
Date: Wed, 2 Jan 2019 15:11:29 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit c7a2b36daf2ce1336f67709ec812442d5a6121ac
Author: Efraim Flashner <address@hidden>
Date:   Wed Jan 2 20:46:39 2019 +0200

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

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 70f7d18..b2b4488 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1998,7 +1998,7 @@ recreates the stored directory structure by default.")
 (define-public perl-archive-zip
   (package
     (name "perl-archive-zip")
-    (version "1.60")
+    (version "1.64")
     (source
      (origin
        (method url-fetch)
@@ -2007,7 +2007,7 @@ recreates the stored directory structure by default.")
              version ".tar.gz"))
        (sha256
         (base32
-         "02y2ylq83hy9kgj57sc0239x65br9sm98c0chsm61s08yc2mpiza"))))
+         "0zfinh8nx3rxzscp57vq3w8hihpdb0zs67vvalykcf402kr88pyy"))))
     (build-system perl-build-system)
     (native-inputs
      ;; For tests.



reply via email to

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