guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]