gnu: ruby-rubocop-ast: Update to 1.28.0.
* gnu/packages/ruby.scm (ruby-rubocop-ast): Update to 1.28.0. [source]: Update URL. [arguments]: Delete trailing #t.
This commit is contained in:
parent
beaa6f9a6b
commit
58b438a752
1 changed files with 4 additions and 5 deletions
|
@ -7059,17 +7059,17 @@ 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.4.1")
|
(version "1.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ;no test suite in distributed gem
|
(method git-fetch) ;no test suite in distributed gem
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/rubocop-hq/rubocop-ast")
|
(url "https://github.com/rubocop/rubocop-ast")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1x2m7k4bn4zvvwmj7imzmv0dav6xnrbcvssad1m5lkprx7h5lzkq"))))
|
"1dp09gcmahmdfi3s6xsksr3ka9dddjpy9ymhr9wjwv67y1falffr"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "spec"
|
`(#:test-target "spec"
|
||||||
|
@ -7082,8 +7082,7 @@ inspired by the Sinatra microframework style of specifying actions:
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "rubocop-ast.gemspec"
|
(substitute* "rubocop-ast.gemspec"
|
||||||
(("`git ls-files(.*)`" _ files)
|
(("`git ls-files(.*)`" _ files)
|
||||||
(format #f "`find ~a -type f| sort`" files)))
|
(format #f "`find ~a -type f| sort`" files))))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ruby-bump
|
(list ruby-bump
|
||||||
ruby-oedipus-lex
|
ruby-oedipus-lex
|
||||||
|
|
Reference in a new issue