mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
b6d8e0c26a
commit
f0d1918841
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue