gnu: perl-text-template: Update to 1.55.
* gnu/packages/perl.scm (perl-text-template): Update to 1.55.
This commit is contained in:
parent
0d344f3007
commit
d098f40ae2
|
@ -8441,7 +8441,7 @@ algorism to indicate multiplication by 1000.")
|
||||||
(define-public perl-text-template
|
(define-public perl-text-template
|
||||||
(package
|
(package
|
||||||
(name "perl-text-template")
|
(name "perl-text-template")
|
||||||
(version "1.54")
|
(version "1.55")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -8451,7 +8451,7 @@ algorism to indicate multiplication by 1000.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s56jgak9ccbbbybf5v8hvvhyplbfhzl6p6v1751inly80rlj1kv"))))
|
"12zi08mwmlbfbnsialmppk75s6dkg765dvmay3wif3158plqp554"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-test-more-utf8" ,perl-test-more-utf8)
|
`(("perl-test-more-utf8" ,perl-test-more-utf8)
|
||||||
|
|
Loading…
Reference in New Issue