gnu: perl-template-toolkit: Update to 2.28.

* gnu/packages/perl.scm (perl-template-toolkit): Update to 2.28.
master
Tobias Geerinckx-Rice 2019-03-22 16:31:59 +01:00
parent 836aec9984
commit 6a9cecd553
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -7978,7 +7978,7 @@ error encouraging the user to seek support.")
(define-public perl-template-toolkit
(package
(name "perl-template-toolkit")
(version "2.26")
(version "2.28")
(source
(origin
(method url-fetch)
@ -7986,7 +7986,7 @@ error encouraging the user to seek support.")
"Template-Toolkit-" version ".tar.gz"))
(sha256
(base32
"1gknrm8hdci5ryg67p4y23lsy7lynczqmq9kh9nzj7kg08vczqg7"))))
"1msxg3j1hx5wsc7vr81x5gs9gdbn4y0x6cvyj3pq4dgi1603dbvi"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-appconfig" ,perl-appconfig)