guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: perl-zip: Update to 1.59.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: perl-zip: Update to 1.59.
Date: Thu, 29 Dec 2016 04:37:11 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 43c0b9beaf1d58be9f0978281121ce1a6f44774c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Dec 29 05:22:58 2016 +0100

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

diff --git a/gnu/packages/zip.scm b/gnu/packages/zip.scm
index c9fb70c..2cf30d6 100644
--- a/gnu/packages/zip.scm
+++ b/gnu/packages/zip.scm
@@ -156,7 +156,7 @@ recreates the stored directory structure by default.")
 (define-public perl-zip
   (package
     (name "perl-zip")
-    (version "1.30")
+    (version "1.59")
     (source 
      (origin
        (method url-fetch)
@@ -165,7 +165,7 @@ recreates the stored directory structure by default.")
              version ".tar.gz"))
        (sha256
         (base32
-         "0633zah5z9njiqnvy3vh42fjymncmil1jdfb7d18w8xpfzzp5d7q"))))
+         "0m31qlppg65vh32pwxkwjby02q70abx49d2yk6vfd4585fqb27cx"))))
     (build-system perl-build-system)
     (synopsis  "Provides an interface to ZIP archive files")
     (description "The Archive::Zip module allows a Perl program to create,



reply via email to

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