guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: gnu: perl-date-manip: Update to 6.82.


From: guix-commits
Subject: 05/07: gnu: perl-date-manip: Update to 6.82.
Date: Wed, 17 Jun 2020 20:44:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 654c13f6c1a6346d6d5903d9abc2346f0f999862
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jun 18 00:43:08 2020 +0200

    gnu: perl-date-manip: Update to 6.82.
    
    * gnu/packages/perl.scm (perl-date-manip): Update to 6.82.
---
 gnu/packages/perl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index be5f6e3..41c6da6 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]