Archived
1
0
Fork 0

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:
Maxim Cournoyer 2023-03-01 17:21:12 -05:00
parent beaa6f9a6b
commit 58b438a752
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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