guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: perl-time-local: Update to 1.28.


From: guix-commits
Subject: 03/04: gnu: perl-time-local: Update to 1.28.
Date: Wed, 22 Jan 2020 14:35:52 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit a54dfcc063f29ee51126153d57ea085309863f99
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 22 17:46:37 2020 +0100

    gnu: perl-time-local: Update to 1.28.
    
    * gnu/packages/perl.scm (perl-time-local): Update to 1.28.
---
 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 c9b3b04..5a94fbe 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -9090,7 +9090,7 @@ duration strings like \"2 minutes\" and \"3 seconds\" to 
seconds.")
 (define-public perl-time-local
   (package
     (name "perl-time-local")
-    (version "1.2300")
+    (version "1.28")
     (source
      (origin
        (method url-fetch)
@@ -9098,7 +9098,7 @@ duration strings like \"2 minutes\" and \"3 seconds\" to 
seconds.")
                            "Time-Local-" version ".tar.gz"))
        (sha256
         (base32
-         "0jgvd6v93hlrcmy56yxbm4yrhzi8yvrq8c3xffpgh28af01wmb5j"))))
+         "03p1mxk75vmmi4l0ibpd05b6hncbh8afjhvss87vpp4rrkjvjy4j"))))
     (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]