gnu: perl-posix-strftime-compiler: Update to 0.42.
* gnu/packages/perl.scm (perl-posix-strftime-compiler): Update to 0.42.
This commit is contained in:
parent
27f89be5c9
commit
971b8381ff
|
@ -6977,7 +6977,7 @@ used for writing documentation for Perl and for Perl modules.")
|
||||||
(define-public perl-posix-strftime-compiler
|
(define-public perl-posix-strftime-compiler
|
||||||
(package
|
(package
|
||||||
(name "perl-posix-strftime-compiler")
|
(name "perl-posix-strftime-compiler")
|
||||||
(version "0.41")
|
(version "0.42")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6985,7 +6985,7 @@ used for writing documentation for Perl and for Perl modules.")
|
||||||
"POSIX-strftime-Compiler-" version ".tar.gz"))
|
"POSIX-strftime-Compiler-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0f9p3hx0vqx8zg5v24pz0s4zc8ln100c7c91ks681wq02phqj2v7"))))
|
"04dcn2n4rfkj8p24vj2p17vvis40l87pf2vdqp0vqm5jg3fjnn16"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs `(("perl-module-build" ,perl-module-build)))
|
(native-inputs `(("perl-module-build" ,perl-module-build)))
|
||||||
(arguments `(#:tests? #f)) ; TODO: Timezone test failures
|
(arguments `(#:tests? #f)) ; TODO: Timezone test failures
|
||||||
|
|
Loading…
Reference in New Issue