summaryrefslogtreecommitdiff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-18 00:42:56 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-18 02:44:25 +0200
commitbe2278afab4cdb5b664e6d340be15d58582ef5b7 (patch)
tree36af33c00f3f4568e9717a8492f2ce5019052653 /gnu/packages/perl.scm
parent12f9c50ac470de162913d624d1d840571c6229b4 (diff)
downloadguix-patches-be2278afab4cdb5b664e6d340be15d58582ef5b7.tar
guix-patches-be2278afab4cdb5b664e6d340be15d58582ef5b7.tar.gz
gnu: perl-getopt-long: Update to 2.51.
* gnu/packages/perl.scm (perl-getopt-long): Update to 2.51.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r--gnu/packages/perl.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 7f0f1e71b7..be5f6e3aa0 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -4871,15 +4871,14 @@ back to a full directory scan if none of these are available.")
(define-public perl-getopt-long
(package
(name "perl-getopt-long")
- (version "2.49.1")
+ (version "2.51")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/J/JV/JV/"
- "Getopt-Long-v" (substring version 1) ".tar.gz"))
+ "Getopt-Long-" version ".tar.gz"))
(sha256
- (base32
- "0bw8gbhj8s5gmkqvs3m7pk9arqhgqssrby4yimh29ah9alix9ylq"))))
+ (base32 "0r659i6rkz8zkfgdccbn29zmd4bk9lcdc4y20ng6w2glqaa3pd10"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/Getopt-Long")
(synopsis "Module to handle parsing command line options")