diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-29 05:22:58 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-29 05:37:01 +0100 |
commit | 43c0b9beaf1d58be9f0978281121ce1a6f44774c (patch) | |
tree | 18574e46c3233a874dde82a3686cf26e4a7126e7 /gnu/packages/zip.scm | |
parent | d5bbf806f3bbf9660b89e88bef27b52f757d11c0 (diff) | |
download | patches-43c0b9beaf1d58be9f0978281121ce1a6f44774c.tar patches-43c0b9beaf1d58be9f0978281121ce1a6f44774c.tar.gz |
gnu: perl-zip: Update to 1.59.
* gnu/packages/zip.scm (perl-zip): Update to 1.59.
Diffstat (limited to 'gnu/packages/zip.scm')
-rw-r--r-- | gnu/packages/zip.scm | 4 |
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, |