[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/229: gnu: ruby-rubocop-ast: Update to 1.28.0.
From: |
guix-commits |
Subject: |
09/229: gnu: ruby-rubocop-ast: Update to 1.28.0. |
Date: |
Tue, 28 Mar 2023 22:28:47 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 58b438a752adf1902d3ee3c807fdba237db99172
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Mar 1 17:21:12 2023 -0500
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.
---
gnu/packages/ruby.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 344402769c..4615c78c67 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -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
- 05/229: gnu: ruby-standard: Update to 1.25.3, (continued)
- 05/229: gnu: ruby-standard: Update to 1.25.3, guix-commits, 2023/03/28
- 06/229: gnu: ruby-oedipus-lex: Update to 2.6.0., guix-commits, 2023/03/28
- 02/229: gnu: Add ruby-clamp., guix-commits, 2023/03/28
- 01/229: gnu: Add ruby-cabin., guix-commits, 2023/03/28
- 03/229: gnu: Add ruby-stud., guix-commits, 2023/03/28
- 04/229: gnu: Add ruby-insist., guix-commits, 2023/03/28
- 07/229: gnu: ruby-oedipus-lex: Fix indentation., guix-commits, 2023/03/28
- 11/229: gnu: ruby-unicode-display-width: Update to 2.4.2., guix-commits, 2023/03/28
- 12/229: gnu: Add ruby-rubocop-capybara-minimal., guix-commits, 2023/03/28
- 08/229: gnu: ruby-parser: Update to 3.2.1.1., guix-commits, 2023/03/28
- 09/229: gnu: ruby-rubocop-ast: Update to 1.28.0.,
guix-commits <=
- 10/229: gnu: Add ruby-rubocop-rake-minimal., guix-commits, 2023/03/28
- 18/229: gnu: ruby-rspec-expectations: Update to 3.12.2., guix-commits, 2023/03/28
- 19/229: gnu: ruby-rspec-given: Update to 3.8.2., guix-commits, 2023/03/28
- 20/229: gnu: ruby-rubocop-performance: Update to 1.16.0., guix-commits, 2023/03/28
- 15/229: gnu: ruby-rspec-support: Update to 3.12.0., guix-commits, 2023/03/28
- 22/229: gnu: ruby-simplecov-html: Update to 0.12.3., guix-commits, 2023/03/28
- 27/229: gnu: ruby-rubocop: Update to 1.48.1, guix-commits, 2023/03/28
- 28/229: gnu: ruby-thor: Update to 1.2.1., guix-commits, 2023/03/28
- 24/229: gnu: Add ruby-rubocop-capybara., guix-commits, 2023/03/28
- 33/229: gnu: ruby-standard: Relax requirements., guix-commits, 2023/03/28