guix-commits
[Top][All Lists]
Advanced

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

08/12: gnu: perl-apache-logformat-compiler: Update to 0.35.


From: guix-commits
Subject: 08/12: gnu: perl-apache-logformat-compiler: Update to 0.35.
Date: Tue, 19 Mar 2019 12:03:59 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 96473656adf07f980162ba6769e6bca93f49db9d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Mar 19 15:29:41 2019 +0100

    gnu: perl-apache-logformat-compiler: Update to 0.35.
    
    * gnu/packages/web.scm (perl-apache-logformat-compiler): Update to 0.35.
    [native-inputs]: Replace perl-module-build with
    perl-module-build-tiny.
---
 gnu/packages/web.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 09b7310..6fafe1c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1338,25 +1338,24 @@ language known as SASS.")
 (define-public perl-apache-logformat-compiler
   (package
     (name "perl-apache-logformat-compiler")
-    (version "0.33")
+    (version "0.35")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/K/KA/KAZEBURO/"
                            "Apache-LogFormat-Compiler-" version ".tar.gz"))
        (sha256
-        (base32
-         "17blk3zhp05azgypn25ydxf3d7fyfgr9bxyiv7xkchhqma96vwqv"))))
+        (base32 "06i70ydxk2wa2rcqn16842kra2qz3jwk0vk1abq8lah4180c0m0n"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-http-message" ,perl-http-message)
-       ("perl-module-build" ,perl-module-build)
+       ("perl-module-build-tiny" ,perl-module-build-tiny)
        ("perl-test-mocktime" ,perl-test-mocktime)
        ("perl-try-tiny" ,perl-try-tiny)
        ("perl-uri" ,perl-uri)))
     (propagated-inputs
      `(("perl-posix-strftime-compiler" ,perl-posix-strftime-compiler)))
-    (arguments `(#:tests? #f))          ;TODO: Timezone test failures
+    (arguments `(#:tests? #f))          ; TODO: Timezone test failures
     (home-page "https://metacpan.org/release/Apache-LogFormat-Compiler";)
     (synopsis "Compile a log format string to perl-code")
     (description "This module provides methods to compile a log format string



reply via email to

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