gnu: perl-parse-yapp: Update to 1.2.

* gnu/packages/perl.scm (perl-parse-yapp): Update to 1.2.
[source]: Update URL.
master
Leo Famulari 2017-07-14 12:27:40 -04:00
parent 2fec4b9860
commit c317f4f907
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 3 deletions

View File

@ -7960,17 +7960,17 @@ and memory overhead.")
(define-public perl-parse-yapp
(package
(name "perl-parse-yapp")
(version "1.05")
(version "1.2")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/F/FD/FDESAR/Parse-Yapp-"
"mirror://cpan/authors/id/W/WB/WBRASWELL/Parse-Yapp-"
version
".tar.gz"))
(sha256
(base32
"0azjqqf4m7nkfgmmj4q77vy9sdgg01wn8xxv40bq3pis93xnr2i2"))))
"16p4qgqg28cy76ylcf4wq1r693gqpx8xq0w32b3564i67h49zljb"))))
(build-system perl-build-system)
(home-page "http://search.cpan.org/dist/Parse-Yapp")
(synopsis "Generate and use LALR parsers")