guix-commits
[Top][All Lists]
Advanced

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

07/16: gnu: perl-timedate: Update to 2.32.


From: guix-commits
Subject: 07/16: gnu: perl-timedate: Update to 2.32.
Date: Mon, 9 Mar 2020 16:09:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e4e44f24bdf13c516f81fde8d079a5900ffdfd01
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Mar 9 04:42:03 2020 +0100

    gnu: perl-timedate: Update to 2.32.
    
    * gnu/packages/perl.scm (perl-timedate): Update to 2.32.
---
 gnu/packages/perl.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 31d8977..2698933 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -9250,15 +9250,14 @@ still work as expected.")
 (define-public perl-timedate
   (package
     (name "perl-timedate")
-    (version "2.31")
+    (version "2.32")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/A/AT/ATOOMIC/"
                            "TimeDate-" version ".tar.gz"))
        (sha256
-        (base32
-         "10ad6l4ii2iahdpw8h0xqwasc1jblan31h597q3js4j5nbnhywjw"))))
+        (base32 "1mmk9dy4a26a4d4c5rswqqhxr0295j93bjbcx91d3qkmwfcs1v1l"))))
     (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]