me
/
guix
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.
master
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
1 changed files with 4 additions and 5 deletions

View File

@ -7059,17 +7059,17 @@ inspired by the Sinatra microframework style of specifying actions:
(define-public ruby-rubocop-ast
(package
(name "ruby-rubocop-ast")
(version "1.4.1")
(version "1.28.0")
(source
(origin
(method git-fetch) ;no test suite in distributed gem
(uri (git-reference
(url "https://github.com/rubocop-hq/rubocop-ast")
(url "https://github.com/rubocop/rubocop-ast")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1x2m7k4bn4zvvwmj7imzmv0dav6xnrbcvssad1m5lkprx7h5lzkq"))))
"1dp09gcmahmdfi3s6xsksr3ka9dddjpy9ymhr9wjwv67y1falffr"))))
(build-system ruby-build-system)
(arguments
`(#:test-target "spec"
@ -7082,8 +7082,7 @@ inspired by the Sinatra microframework style of specifying actions:
(lambda _
(substitute* "rubocop-ast.gemspec"
(("`git ls-files(.*)`" _ files)
(format #f "`find ~a -type f| sort`" files)))
#t)))))
(format #f "`find ~a -type f| sort`" files))))))))
(native-inputs
(list ruby-bump
ruby-oedipus-lex