gnu: perl-parse-yapp: Update to 1.21.
* gnu/packages/perl.scm (perl-parse-yapp): Update to 1.21.
This commit is contained in:
parent
b5dfccd7b6
commit
f7b53e6855
|
@ -9229,7 +9229,7 @@ recursive-descent text parsers from simple yacc-like grammar specifications.")
|
||||||
(define-public perl-parse-yapp
|
(define-public perl-parse-yapp
|
||||||
(package
|
(package
|
||||||
(name "perl-parse-yapp")
|
(name "perl-parse-yapp")
|
||||||
(version "1.2")
|
(version "1.21")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -9239,7 +9239,7 @@ recursive-descent text parsers from simple yacc-like grammar specifications.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16p4qgqg28cy76ylcf4wq1r693gqpx8xq0w32b3564i67h49zljb"))))
|
"1r8kbyk0qd4ficmabj753kjpq0ib0csk01169w7jxflg62cfj41q"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(home-page "http://search.cpan.org/dist/Parse-Yapp/")
|
(home-page "http://search.cpan.org/dist/Parse-Yapp/")
|
||||||
(synopsis "Generate and use LALR parsers")
|
(synopsis "Generate and use LALR parsers")
|
||||||
|
|
Loading…
Reference in New Issue