summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-22 20:58:05 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 15:24:03 +0100
commitc2eba9b206cf750f4d0b6682784519b7d7cd0693 (patch)
treee03ed0a572a34947b0d873e0e81394b83f56f599 /gnu
parentc51f31940d6650d8ebac5ff0835561d7f841d511 (diff)
downloadguix-c2eba9b206cf750f4d0b6682784519b7d7cd0693.tar.gz
gnu: perl-date-manip: Update to 6.76.
* gnu/packages/perl.scm (perl-date-manip): Update to 6.76.
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 74cbe52a59..5ecf9a0edd 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2146,15 +2146,14 @@ Date::Calc.")
 (define-public perl-date-manip
   (package
     (name "perl-date-manip")
-    (version "6.70")
+    (version "6.76")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://cpan.metacpan.org/authors/id/S/SB/SBECK/"
                            "Date-Manip-" version ".tar.gz"))
        (sha256
-        (base32
-         "0r4k4ypb09xwhvq6das0vpx2c0xbhhhx83knq6jfpf8m55h8qi9r"))))
+        (base32 "1a33mpkx7qqb9nqxyh2kkb596d8xq6jw0ljrd4xrwiz30f6cg1qw"))))
     (build-system perl-build-system)
     (native-inputs `(("perl-module-build" ,perl-module-build)))
     (arguments