guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: perl-timedate: Update to 2.33.


From: guix-commits
Subject: 07/09: gnu: perl-timedate: Update to 2.33.
Date: Mon, 25 May 2020 15:39:58 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 3e7d5cd399aa4fd832c8a767098ed3f597d2205f
Author: Efraim Flashner <address@hidden>
AuthorDate: Mon May 25 21:23:26 2020 +0300

    gnu: perl-timedate: Update to 2.33.
    
    * gnu/packages/perl.scm (perl-timedate): Update to 2.33.
---
 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 d0605f1..8b143ff 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -10034,14 +10034,14 @@ still work as expected.")
 (define-public perl-timedate
   (package
     (name "perl-timedate")
-    (version "2.32")
+    (version "2.33")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/A/AT/ATOOMIC/"
                            "TimeDate-" version ".tar.gz"))
        (sha256
-        (base32 "1mmk9dy4a26a4d4c5rswqqhxr0295j93bjbcx91d3qkmwfcs1v1l"))))
+        (base32 "1cjyc0yi873597r7xcp9yz0l1c46ik2kxwfrn00zbrlx0d5rrdn0"))))
     (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]