guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: perl-posix-strftime-compiler: Update to 0.42.


From: Tobias Geerinckx-Rice
Subject: 05/08: gnu: perl-posix-strftime-compiler: Update to 0.42.
Date: Mon, 4 Jun 2018 21:02:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 971b8381ff2903f930e8a8faba6514b892303030
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jun 3 21:10:22 2018 +0200

    gnu: perl-posix-strftime-compiler: Update to 0.42.
    
    * gnu/packages/perl.scm (perl-posix-strftime-compiler): Update to
    0.42.
---
 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 bcffe38..ce66b93 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6977,7 +6977,7 @@ used for writing documentation for Perl and for Perl 
modules.")
 (define-public perl-posix-strftime-compiler
   (package
     (name "perl-posix-strftime-compiler")
-    (version "0.41")
+    (version "0.42")
     (source
      (origin
        (method url-fetch)
@@ -6985,10 +6985,10 @@ used for writing documentation for Perl and for Perl 
modules.")
                            "POSIX-strftime-Compiler-" version ".tar.gz"))
        (sha256
         (base32
-         "0f9p3hx0vqx8zg5v24pz0s4zc8ln100c7c91ks681wq02phqj2v7"))))
+         "04dcn2n4rfkj8p24vj2p17vvis40l87pf2vdqp0vqm5jg3fjnn16"))))
     (build-system perl-build-system)
     (native-inputs `(("perl-module-build" ,perl-module-build)))
-    (arguments `(#:tests? #f))          ;TODO: Timezone test failures
+    (arguments `(#:tests? #f))          ; TODO: Timezone test failures
     (home-page "http://search.cpan.org/dist/POSIX-strftime-Compiler/";)
     (synopsis "GNU C library compatible strftime for loggers and servers")
     (description "POSIX::strftime::Compiler provides GNU C library compatible



reply via email to

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