summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-09 04:42:03 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-09 16:01:19 +0100
commite4e44f24bdf13c516f81fde8d079a5900ffdfd01 (patch)
tree4f685bd8e4451e5ff025404fe48919d7b892e0e6
parent0e591daa81f33ca297b512364333876e67927a92 (diff)
downloadpatches-e4e44f24bdf13c516f81fde8d079a5900ffdfd01.tar
patches-e4e44f24bdf13c516f81fde8d079a5900ffdfd01.tar.gz
gnu: perl-timedate: Update to 2.32.
* gnu/packages/perl.scm (perl-timedate): Update to 2.32.
-rw-r--r--gnu/packages/perl.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 31d8977a73..26989330d4 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -9250,15 +9250,14 @@ still work as expected.")
(define-public perl-timedate
(package
(name "perl-timedate")
- (version "2.31")
+ (version "2.32")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/A/AT/ATOOMIC/"
"TimeDate-" version ".tar.gz"))
(sha256
- (base32
- "10ad6l4ii2iahdpw8h0xqwasc1jblan31h597q3js4j5nbnhywjw"))))
+ (base32 "1mmk9dy4a26a4d4c5rswqqhxr0295j93bjbcx91d3qkmwfcs1v1l"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/TimeDate")
(synopsis "Date parsing/formatting subroutines")