gnu: perl-datetime-calendar-julian: Update to 0.100.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 22 Mar 2019 19:59:55 +0000 (20:59 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 23 Mar 2019 14:24:04 +0000 (15:24 +0100)
* gnu/packages/perl.scm (perl-datetime-calendar-julian): Update to 0.100.

gnu/packages/perl.scm

index 5ecf9a0..6a514ed 100644 (file)
@@ -2224,15 +2224,14 @@ time before its creation (in 1582).")
 (define-public perl-datetime-calendar-julian
   (package
     (name "perl-datetime-calendar-julian")
-    (version "0.04")
+    (version "0.100")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/P/PI/PIJLL/"
                            "DateTime-Calendar-Julian-" version ".tar.gz"))
        (sha256
-        (base32
-         "03h0llkwsiw2d2ci1ah5x9sp8xrvnbgd471i5hnpgl5w32nnhndv"))))
+        (base32 "0gbw7rh706qk5jlmmz3yzsm0ilzp39kyar28g4j6d57my8cwaipx"))))
     (build-system perl-build-system)
     ;; Only needed for tests
     (native-inputs