guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: perl-date-manip: Update to 6.78.


From: guix-commits
Subject: 05/05: gnu: perl-date-manip: Update to 6.78.
Date: Sat, 23 Nov 2019 14:40:50 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e8f863704549445aeace0226bd0028e15d0eec5b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Nov 23 17:30:36 2019 +0100

    gnu: perl-date-manip: Update to 6.78.
    
    * gnu/packages/perl.scm (perl-date-manip): Update to 6.78.
    [native-inputs]: Remove perl-module-build.
---
 gnu/packages/perl.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index a60afb8..34a3f3f 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2190,16 +2190,15 @@ Date::Calc.")
 (define-public perl-date-manip
   (package
     (name "perl-date-manip")
-    (version "6.76")
+    (version "6.78")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://cpan.metacpan.org/authors/id/S/SB/SBECK/";
+       (uri (string-append "mirror://cpan/authors/id/S/SB/SBECK/"
                            "Date-Manip-" version ".tar.gz"))
        (sha256
-        (base32 "1a33mpkx7qqb9nqxyh2kkb596d8xq6jw0ljrd4xrwiz30f6cg1qw"))))
+        (base32 "1faxj6gafrqir9hvy9r8q57s93n57b412s04qycrks7r0520hdnb"))))
     (build-system perl-build-system)
-    (native-inputs `(("perl-module-build" ,perl-module-build)))
     (arguments
      ;; Tests would require tzdata for timezone information, but tzdata is in
      ;; (gnu packages base) which would create a circular dependency.  TODO:



reply via email to

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