diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-18 00:43:08 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-18 02:44:26 +0200 |
commit | 654c13f6c1a6346d6d5903d9abc2346f0f999862 (patch) | |
tree | e0d3c0cc62100a832bd3f1ba97402fd0289bb51a | |
parent | be2278afab4cdb5b664e6d340be15d58582ef5b7 (diff) |
gnu: perl-date-manip: Update to 6.82.
* gnu/packages/perl.scm (perl-date-manip): Update to 6.82.
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index be5f6e3aa0..41c6da67d4 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -2913,14 +2913,14 @@ Date::Calc.") (define-public perl-date-manip (package (name "perl-date-manip") - (version "6.78") + (version "6.82") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/S/SB/SBECK/" "Date-Manip-" version ".tar.gz")) (sha256 - (base32 "1faxj6gafrqir9hvy9r8q57s93n57b412s04qycrks7r0520hdnb")))) + (base32 "0ak72kpydwhq2z03mhdfwm3ganddzb8gawzh6crpsjvb9kwvr5ps")))) (build-system perl-build-system) (arguments ;; Tests would require tzdata for timezone information, but tzdata is in |