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>
This commit is contained in:
Nicolas Graves 2025-02-16 01:34:29 +01:00 committed by Andreas Enge
parent b6d8e0c26a
commit f0d1918841
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -2208,7 +2208,7 @@ downstream compatibility issues in the Ruby code.")
(define-public ruby-rubocop-performance (define-public ruby-rubocop-performance
(package (package
(name "ruby-rubocop-performance") (name "ruby-rubocop-performance")
(version "1.16.0") (version "1.23.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2218,7 +2218,7 @@ downstream compatibility issues in the Ruby code.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1axafki2mpdz38y7i0afmnxcan5wj54l8crp8pbs7h1cip7y4s49")))) "0d1p6pgrcnj58q1g0np5j4vbk7wavj31b4bapi5p4gckqlnc7xjd"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments (arguments
`(#:tests? #f ; tests require a git checkout of rubocop's source code. `(#:tests? #f ; tests require a git checkout of rubocop's source code.