gnu: perl-date-manip: Update to 6.82.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 17 Jun 2020 22:43:08 +0000 (00:43 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 18 Jun 2020 00:44:26 +0000 (02:44 +0200)
* gnu/packages/perl.scm (perl-date-manip): Update to 6.82.

gnu/packages/perl.scm

index be5f6e3..41c6da6 100644 (file)
@@ -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