summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-22 20:59:55 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 15:24:04 +0100
commit5befbe2df956d1e5002af46ed98095f1485c979a (patch)
tree4193e379fd862053810b129360a61996e6439e20 /gnu
parentc2eba9b206cf750f4d0b6682784519b7d7cd0693 (diff)
downloadguix-patches-5befbe2df956d1e5002af46ed98095f1485c979a.tar
guix-patches-5befbe2df956d1e5002af46ed98095f1485c979a.tar.gz
gnu: perl-datetime-calendar-julian: Update to 0.100.
* gnu/packages/perl.scm (perl-datetime-calendar-julian): Update to 0.100.
Diffstat (limited to 'gnu')
-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 5ecf9a0edd..6a514ed514 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -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