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.
This commit is contained in:
parent
c10c9b6765
commit
96473656ad
|
@ -1338,19 +1338,18 @@ language known as SASS.")
|
||||||
(define-public perl-apache-logformat-compiler
|
(define-public perl-apache-logformat-compiler
|
||||||
(package
|
(package
|
||||||
(name "perl-apache-logformat-compiler")
|
(name "perl-apache-logformat-compiler")
|
||||||
(version "0.33")
|
(version "0.35")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/K/KA/KAZEBURO/"
|
(uri (string-append "mirror://cpan/authors/id/K/KA/KAZEBURO/"
|
||||||
"Apache-LogFormat-Compiler-" version ".tar.gz"))
|
"Apache-LogFormat-Compiler-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "06i70ydxk2wa2rcqn16842kra2qz3jwk0vk1abq8lah4180c0m0n"))))
|
||||||
"17blk3zhp05azgypn25ydxf3d7fyfgr9bxyiv7xkchhqma96vwqv"))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-http-message" ,perl-http-message)
|
`(("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-test-mocktime" ,perl-test-mocktime)
|
||||||
("perl-try-tiny" ,perl-try-tiny)
|
("perl-try-tiny" ,perl-try-tiny)
|
||||||
("perl-uri" ,perl-uri)))
|
("perl-uri" ,perl-uri)))
|
||||||
|
|
Loading…
Reference in New Issue