gnu: perl-datetime: Update to 1.49.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 3 Jun 2018 10:03:49 +0000 (12:03 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 4 Jun 2018 13:35:45 +0000 (15:35 +0200)
* gnu/packages/perl.scm (perl-datetime): Update to 1.49.

gnu/packages/perl.scm

index 3355505..4f2770d 100644 (file)
@@ -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)