summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2016-12-29 05:22:58 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2016-12-29 05:37:01 +0100
commit43c0b9beaf1d58be9f0978281121ce1a6f44774c (patch)
tree18574e46c3233a874dde82a3686cf26e4a7126e7
parentd5bbf806f3bbf9660b89e88bef27b52f757d11c0 (diff)
downloadguix-43c0b9beaf1d58be9f0978281121ce1a6f44774c.tar.gz
gnu: perl-zip: Update to 1.59.
* gnu/packages/zip.scm (perl-zip): Update to 1.59.
-rw-r--r--gnu/packages/zip.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/zip.scm b/gnu/packages/zip.scm
index c9fb70c031..2cf30d6e32 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,