guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: perl-apache-logformat-compiler: Update to 0.36.


From: guix-commits
Subject: 02/07: gnu: perl-apache-logformat-compiler: Update to 0.36.
Date: Sat, 23 Nov 2019 09:41:11 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit af6533d442a5217e94d91d79f1ffea73c7140810
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Nov 23 14:47:08 2019 +0100

    gnu: perl-apache-logformat-compiler: Update to 0.36.
    
    * gnu/packages/web.scm (perl-apache-logformat-compiler): Update to 0.36.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index aea13e0..86f6189 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1596,14 +1596,14 @@ language known as SASS.")
 (define-public perl-apache-logformat-compiler
   (package
     (name "perl-apache-logformat-compiler")
-    (version "0.35")
+    (version "0.36")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/K/KA/KAZEBURO/"
                            "Apache-LogFormat-Compiler-" version ".tar.gz"))
        (sha256
-        (base32 "06i70ydxk2wa2rcqn16842kra2qz3jwk0vk1abq8lah4180c0m0n"))))
+        (base32 "05xcl7j65vakx7x79jqjikyw0nzf60bc2w6hhc0q5sklxq1ral4l"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-http-message" ,perl-http-message)



reply via email to

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