guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: perl-time-local: Update to 1.30.


From: guix-commits
Subject: 03/10: gnu: perl-time-local: Update to 1.30.
Date: Mon, 8 Feb 2021 06:47:04 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 0fbbdb2070d661866edb4fa84f0d1e61ed07edf2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Feb 8 12:19:15 2021 +0200

    gnu: perl-time-local: Update to 1.30.
    
    * gnu/packages/perl.scm (perl-time-local): Update to 1.30.
---
 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 c75029a..51ca282 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -10330,7 +10330,7 @@ duration strings like \"2 minutes\" and \"3 seconds\" 
to seconds.")
 (define-public perl-time-local
   (package
     (name "perl-time-local")
-    (version "1.28")
+    (version "1.30")
     (source
      (origin
        (method url-fetch)
@@ -10338,7 +10338,7 @@ duration strings like \"2 minutes\" and \"3 seconds\" 
to seconds.")
                            "Time-Local-" version ".tar.gz"))
        (sha256
         (base32
-         "03p1mxk75vmmi4l0ibpd05b6hncbh8afjhvss87vpp4rrkjvjy4j"))))
+         "1jr0i57jqm0spdd98gp5mzdnrqdyf7rls0ygwb9ldfc655mlyx67"))))
     (build-system perl-build-system)
     (home-page "https://metacpan.org/release/Time-Local";)
     (synopsis "Efficiently compute time from local and GMT time")



reply via email to

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