guix_mirror_bot pushed a commit to branch ruby-team in repository guix. commit e21fa5518cc7fa76444ff4d99f9ee23195037b35 Author: Nicolas Graves <ngra...@ngraves.fr> AuthorDate: Sun Feb 16 01:34:28 2025 +0100
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 <sharlata...@gmail.com> --- gnu/packages/ruby.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 57f0bd8a9d..3abc2973cb 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -9165,7 +9165,7 @@ inspired by the Sinatra microframework style of specifying actions: (define-public ruby-rubocop-ast (package (name "ruby-rubocop-ast") - (version "1.28.0") + (version "1.37.0") (source (origin (method git-fetch) ;no test suite in distributed gem @@ -9175,7 +9175,7 @@ inspired by the Sinatra microframework style of specifying actions: (file-name (git-file-name name version)) (sha256 (base32 - "1dp09gcmahmdfi3s6xsksr3ka9dddjpy9ymhr9wjwv67y1falffr")))) + "1ww1vxcx6qaih4g68mrbq4xlgrqbv8w7cqxdaz629sazpw2hkycs")))) (build-system ruby-build-system) (arguments `(#:test-target "spec" @@ -9197,7 +9197,7 @@ inspired by the Sinatra microframework style of specifying actions: (native-inputs (list ruby-bump ruby-oedipus-lex - ruby-pry + ruby-prism ruby-racc ruby-rake ruby-rspec