[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: perl-text-template: Update to 1.54.
From: |
guix-commits |
Subject: |
02/09: gnu: perl-text-template: Update to 1.54. |
Date: |
Mon, 21 Jan 2019 04:21:34 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit f860a068f93c052afca958d141aa8285419caffe
Author: Efraim Flashner <address@hidden>
Date: Mon Jan 21 10:46:00 2019 +0200
gnu: perl-text-template: Update to 1.54.
* gnu/packages/perl.scm (perl-text-template): Update to 1.54.
[native-inputs]: Add perl-test-more-utf8, perl-test-warnings.
---
gnu/packages/perl.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index c4d9d64..65b3595 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8389,7 +8389,7 @@ algorism to indicate multiplication by 1000.")
(define-public perl-text-template
(package
(name "perl-text-template")
- (version "1.47")
+ (version "1.54")
(source
(origin
(method url-fetch)
@@ -8399,8 +8399,11 @@ algorism to indicate multiplication by 1000.")
".tar.gz"))
(sha256
(base32
- "1z781cgz7wbn80lf3kqr2ad0pg6g1wlnim0822h8liw28k3l5msh"))))
+ "0s56jgak9ccbbbybf5v8hvvhyplbfhzl6p6v1751inly80rlj1kv"))))
(build-system perl-build-system)
+ (native-inputs
+ `(("perl-test-more-utf8" ,perl-test-more-utf8)
+ ("perl-test-warnings" ,perl-test-warnings)))
(home-page
"https://metacpan.org/release/Text-Template")
(synopsis
- branch master updated (e9dfa4d -> f3359f9), guix-commits, 2019/01/21
- 02/09: gnu: perl-text-template: Update to 1.54.,
guix-commits <=
- 04/09: gnu: perl-file-which: Update to 1.23., guix-commits, 2019/01/21
- 08/09: gnu: perl-json: Update to 4.01., guix-commits, 2019/01/21
- 09/09: gnu: perl-module-scandeps: Update to 1.27., guix-commits, 2019/01/21
- 05/09: gnu: perl-file-homedir: Update to 1.004., guix-commits, 2019/01/21
- 07/09: gnu: perl-json-xs: Update to 4.0., guix-commits, 2019/01/21
- 06/09: gnu: perl-file-remove: Update to 1.58., guix-commits, 2019/01/21
- 03/09: gnu: perl-file-slurp: Update to 9999.25., guix-commits, 2019/01/21
- 01/09: gnu: Add perl-test-more-utf8., guix-commits, 2019/01/21