summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-06-03 12:03:49 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-06-04 15:35:45 +0200
commite40ab7382ebfb397ec29a5656466c445a255516e (patch)
tree14be47314f4a2c3bfc7c4c5228eb3170e81de23a /gnu/packages
parent854cf206475730534760c7d891649f08b0c6f78c (diff)
downloadpatches-e40ab7382ebfb397ec29a5656466c445a255516e.tar
patches-e40ab7382ebfb397ec29a5656466c445a255516e.tar.gz
gnu: perl-datetime: Update to 1.49.
* gnu/packages/perl.scm (perl-datetime): Update to 1.49.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/perl.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 335550556b..4f2770de0d 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2155,7 +2155,7 @@ hours, minutes, seconds, and time zones.")
(define-public perl-datetime
(package
(name "perl-datetime")
- (version "1.46")
+ (version "1.49")
(source
(origin
(method url-fetch)
@@ -2163,7 +2163,7 @@ hours, minutes, seconds, and time zones.")
"DateTime-" version ".tar.gz"))
(sha256
(base32
- "1247d2q2gm912bxj88a0sr5gvj2nx4a7n6z1smkq16iy21cziz79"))))
+ "0hbw4zq1562slnz7g7hyhfhyq98dzkk3i5g21x3xra5cvfix93kh"))))
(build-system perl-build-system)
(native-inputs
`(("perl-cpan-meta-check" ,perl-cpan-meta-check)