summaryrefslogtreecommitdiff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-06-03 21:11:16 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-06-05 03:01:17 +0200
commitf7b53e6855c4f6a54c2c16d687f9bda9013518a5 (patch)
tree8fc00b9ce8352342de0326dfa923d45672428a58 /gnu/packages/perl.scm
parentb5dfccd7b6856c0c59dea793b3a5586c58b51cbf (diff)
downloadgnu-guix-f7b53e6855c4f6a54c2c16d687f9bda9013518a5.tar
gnu-guix-f7b53e6855c4f6a54c2c16d687f9bda9013518a5.tar.gz
gnu: perl-parse-yapp: Update to 1.21.
* gnu/packages/perl.scm (perl-parse-yapp): Update to 1.21.
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 9ccdb3de4d..94d9edc680 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -9229,7 +9229,7 @@ recursive-descent text parsers from simple yacc-like grammar specifications.")
(define-public perl-parse-yapp
(package
(name "perl-parse-yapp")
- (version "1.2")
+ (version "1.21")
(source
(origin
(method url-fetch)
@@ -9239,7 +9239,7 @@ recursive-descent text parsers from simple yacc-like grammar specifications.")
".tar.gz"))
(sha256
(base32
- "16p4qgqg28cy76ylcf4wq1r693gqpx8xq0w32b3564i67h49zljb"))))
+ "1r8kbyk0qd4ficmabj753kjpq0ib0csk01169w7jxflg62cfj41q"))))
(build-system perl-build-system)
(home-page "http://search.cpan.org/dist/Parse-Yapp/")
(synopsis "Generate and use LALR parsers")