summaryrefslogtreecommitdiff
path: root/gnu/packages/ruby.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-02-16 01:34:29 +0100
committerAndreas Enge <andreas@enge.fr>2025-06-20 20:40:01 +0200
commitf0d19188416df0be878d378f909364d4f7a9b34c (patch)
tree111c92e56632ed2982c5654194bada91eeb94728 /gnu/packages/ruby.scm
parentb6d8e0c26a00bcc44b4616b456df5c05e1aa6e7a (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/ruby.scm')
-rw-r--r--gnu/packages/ruby.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index a253fcc8020..3a669642241 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -2208,7 +2208,7 @@ downstream compatibility issues in the Ruby code.")
2208(define-public ruby-rubocop-performance 2208(define-public ruby-rubocop-performance
2209 (package 2209 (package
2210 (name "ruby-rubocop-performance") 2210 (name "ruby-rubocop-performance")
2211 (version "1.16.0") 2211 (version "1.23.1")
2212 (source 2212 (source
2213 (origin 2213 (origin
2214 (method git-fetch) 2214 (method git-fetch)
@@ -2218,7 +2218,7 @@ downstream compatibility issues in the Ruby code.")
2218 (file-name (git-file-name name version)) 2218 (file-name (git-file-name name version))
2219 (sha256 2219 (sha256
2220 (base32 2220 (base32
2221 "1axafki2mpdz38y7i0afmnxcan5wj54l8crp8pbs7h1cip7y4s49")))) 2221 "0d1p6pgrcnj58q1g0np5j4vbk7wavj31b4bapi5p4gckqlnc7xjd"))))
2222 (build-system ruby-build-system) 2222 (build-system ruby-build-system)
2223 (arguments 2223 (arguments
2224 `(#:tests? #f ; tests require a git checkout of rubocop's source code. 2224 `(#:tests? #f ; tests require a git checkout of rubocop's source code.