summaryrefslogtreecommitdiff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-05-19 22:26:11 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-05-19 22:26:11 +0300
commit7136ea976f64aa10e93a61dd3215b4b5da1e6a9a (patch)
tree5d02edc2f7601f398cc916b7fe850257b3b5b0ba /gnu/packages/perl.scm
parentff44f3ec6e9872ede20d6efb3a3c410e0f539ca7 (diff)
downloadguix-patches-7136ea976f64aa10e93a61dd3215b4b5da1e6a9a.tar
guix-patches-7136ea976f64aa10e93a61dd3215b4b5da1e6a9a.tar.gz
gnu: perl-term-encoding: Update to 0.03.
* gnu/packages/perl.scm (perl-term-encoding): Update to 0.03.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r--gnu/packages/perl.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index ad5366ec5b..9e38ebec0a 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -9660,7 +9660,7 @@ future, or if you want the retain the familiarity of TT-style templates.")
(define-public perl-term-encoding
(package
(name "perl-term-encoding")
- (version "0.02")
+ (version "0.03")
(source
(origin
(method url-fetch)
@@ -9668,7 +9668,7 @@ future, or if you want the retain the familiarity of TT-style templates.")
"Term-Encoding-" version ".tar.gz"))
(sha256
(base32
- "1k6g4q7snxggv5fdqnzw29al4mwbwg0hl0skzfnczh508qiyfx7j"))))
+ "02qx4ni1vqp9hvkw69hp5bxcf2ghjiw8sl34pqy5mlimsy3rdflm"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-install" ,perl-module-install)))