guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: perl-timedate: Update to 2.31.


From: guix-commits
Subject: 02/04: gnu: perl-timedate: Update to 2.31.
Date: Wed, 22 Jan 2020 14:35:51 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 9b0696d0e9ead077519f46ca2056bc14439ca8e9
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 22 17:25:22 2020 +0100

    gnu: perl-timedate: Update to 2.31.
    
    * gnu/packages/perl.scm (perl-timedate): Update to 2.31.
    [source](uri): Adjust accordingly.
---
 gnu/packages/perl.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index c6fd183..c9b3b04 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -9133,15 +9133,15 @@ still work as expected.")
 (define-public perl-timedate
   (package
     (name "perl-timedate")
-    (version "2.30")
+    (version "2.31")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://cpan/authors/id/G/GB/GBARR/"
+       (uri (string-append "mirror://cpan/authors/id/A/AT/ATOOMIC/"
                            "TimeDate-" version ".tar.gz"))
        (sha256
         (base32
-         "11lf54akr9nbivqkjrhvkmfdgkbhw85sq0q4mak56n6bf542bgbm"))))
+         "10ad6l4ii2iahdpw8h0xqwasc1jblan31h597q3js4j5nbnhywjw"))))
     (build-system perl-build-system)
     (home-page "https://metacpan.org/release/TimeDate";)
     (synopsis "Date parsing/formatting subroutines")



reply via email to

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