guix_mirror_bot pushed a commit to branch ruby-team in repository guix. commit 74f247e59a058768b3bccef144993ef5e467ebdf Author: Nicolas Graves <ngra...@ngraves.fr> AuthorDate: Sun Feb 16 01:34:29 2025 +0100
gnu: ruby-rubocop-performance: Update to 1.23.1. * gnu/packages/ruby.scm (ruby-rubocop-performance): Update to 1.23.1. Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com> --- gnu/packages/ruby.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 3abc2973cb..0ec445ceaf 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -2202,7 +2202,7 @@ downstream compatibility issues in the Ruby code.") (define-public ruby-rubocop-performance (package (name "ruby-rubocop-performance") - (version "1.16.0") + (version "1.23.1") (source (origin (method git-fetch) @@ -2212,7 +2212,7 @@ downstream compatibility issues in the Ruby code.") (file-name (git-file-name name version)) (sha256 (base32 - "1axafki2mpdz38y7i0afmnxcan5wj54l8crp8pbs7h1cip7y4s49")))) + "0d1p6pgrcnj58q1g0np5j4vbk7wavj31b4bapi5p4gckqlnc7xjd")))) (build-system ruby-build-system) (arguments `(#:tests? #f ; tests require a git checkout of rubocop's source code.