diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-22 16:55:35 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 00:11:13 +0100 |
commit | d098f40ae21508eceb021a8e68a2c77641b13d19 (patch) | |
tree | 91db057a9573119b4b4cc43a63e24b8276569ed9 | |
parent | 0d344f3007090588709730bd19e0ad3895641280 (diff) | |
download | guix-d098f40ae21508eceb021a8e68a2c77641b13d19.tar.gz |
gnu: perl-text-template: Update to 1.55.
* gnu/packages/perl.scm (perl-text-template): Update to 1.55.
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 7011d3a5e1..fa1c7c46a8 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -8441,7 +8441,7 @@ algorism to indicate multiplication by 1000.") (define-public perl-text-template (package (name "perl-text-template") - (version "1.54") + (version "1.55") (source (origin (method url-fetch) @@ -8451,7 +8451,7 @@ algorism to indicate multiplication by 1000.") ".tar.gz")) (sha256 (base32 - "0s56jgak9ccbbbybf5v8hvvhyplbfhzl6p6v1751inly80rlj1kv")))) + "12zi08mwmlbfbnsialmppk75s6dkg765dvmay3wif3158plqp554")))) (build-system perl-build-system) (native-inputs `(("perl-test-more-utf8" ,perl-test-more-utf8) |