mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-parser: Update to 3.3.7.0.
* gnu/packages/ruby.scm (ruby-parser): Update to 3.3.7.0. [native-inputs]: Remove ruby-racc. [propagated-inputs]: Add ruby-racc. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
b98a3c3acb
commit
281508be36
1 changed files with 4 additions and 4 deletions
|
@ -7042,19 +7042,19 @@ across multiple CPU cores.")
|
||||||
(define-public ruby-parser
|
(define-public ruby-parser
|
||||||
(package
|
(package
|
||||||
(name "ruby-parser")
|
(name "ruby-parser")
|
||||||
(version "3.2.2.0")
|
(version "3.3.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "parser" version))
|
(uri (rubygems-uri "parser" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s5afi89p76k8vpwiqvh343pm5l23ijqlpszhz65afym3zpkxhzx"))))
|
"16qi2qhpszm842awxghmsp64yvvawafq96w5jw98irz3f4bh2jbl"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments '(#:tests? #f)) ; tests not included in gem
|
(arguments '(#:tests? #f)) ; tests not included in gem
|
||||||
(native-inputs (list bundler ruby-cliver ruby-simplecov ruby-racc))
|
(native-inputs (list bundler ruby-cliver ruby-simplecov))
|
||||||
(inputs (list ragel))
|
(inputs (list ragel))
|
||||||
(propagated-inputs (list ruby-ast))
|
(propagated-inputs (list ruby-ast ruby-racc))
|
||||||
(synopsis "Ruby parser written in pure Ruby")
|
(synopsis "Ruby parser written in pure Ruby")
|
||||||
(description
|
(description
|
||||||
"This package provides a Ruby parser written in pure Ruby.")
|
"This package provides a Ruby parser written in pure Ruby.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue