gnu: perl-apache-logformat-compiler: Update to 0.33.

* gnu/packages/web.scm (perl-apache-logformat-compiler): Update to 0.33.
This commit is contained in:
Efraim Flashner 2016-11-30 14:59:53 +02:00
parent 1b49fc8fc3
commit faf806dba9
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -827,7 +827,7 @@ (define-public sassc
(define-public perl-apache-logformat-compiler
(package
(name "perl-apache-logformat-compiler")
(version "0.32")
(version "0.33")
(source
(origin
(method url-fetch)
@ -835,7 +835,7 @@ (define-public perl-apache-logformat-compiler
"Apache-LogFormat-Compiler-" version ".tar.gz"))
(sha256
(base32
"0zyx4r2bxc6d48m70fhcq80nw0q9wnfz6qgn1g0r6bigqgdjq4dw"))))
"17blk3zhp05azgypn25ydxf3d7fyfgr9bxyiv7xkchhqma96vwqv"))))
(build-system perl-build-system)
(native-inputs
`(("perl-http-message" ,perl-http-message)