mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-rubocop-ast: Update to 1.37.0.
* gnu/packages/ruby.scm (ruby-rubocop-ast): Update to 1.37.0. [native-inputs]: Replace ruby-pry by ruby-prism. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
8b6c97f6bd
commit
b6d8e0c26a
1 changed files with 3 additions and 3 deletions
|
@ -9171,7 +9171,7 @@ inspired by the Sinatra microframework style of specifying actions:
|
||||||
(define-public ruby-rubocop-ast
|
(define-public ruby-rubocop-ast
|
||||||
(package
|
(package
|
||||||
(name "ruby-rubocop-ast")
|
(name "ruby-rubocop-ast")
|
||||||
(version "1.28.0")
|
(version "1.37.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ;no test suite in distributed gem
|
(method git-fetch) ;no test suite in distributed gem
|
||||||
|
@ -9181,7 +9181,7 @@ inspired by the Sinatra microframework style of specifying actions:
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dp09gcmahmdfi3s6xsksr3ka9dddjpy9ymhr9wjwv67y1falffr"))))
|
"1ww1vxcx6qaih4g68mrbq4xlgrqbv8w7cqxdaz629sazpw2hkycs"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "spec"
|
`(#:test-target "spec"
|
||||||
|
@ -9203,7 +9203,7 @@ inspired by the Sinatra microframework style of specifying actions:
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ruby-bump
|
(list ruby-bump
|
||||||
ruby-oedipus-lex
|
ruby-oedipus-lex
|
||||||
ruby-pry
|
ruby-prism
|
||||||
ruby-racc
|
ruby-racc
|
||||||
ruby-rake
|
ruby-rake
|
||||||
ruby-rspec
|
ruby-rspec
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue