gnu: perl-apache-logformat-compiler: Update to 0.36.
* gnu/packages/web.scm (perl-apache-logformat-compiler): Update to 0.36.
This commit is contained in:
parent
63292fd39e
commit
af6533d442
1 changed files with 2 additions and 2 deletions
|
@ -1596,14 +1596,14 @@ (define-public sassc
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue