mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-rubocop: Update to 0.77.0.
* gnu/packages/ruby.scm (ruby-rubocop): Update to 0.77.0.
This commit is contained in:
parent
7fa83fa860
commit
865ba3f458
1 changed files with 2 additions and 2 deletions
|
@ -5282,14 +5282,14 @@ inspired by the Sinatra microframework style of specifying actions:
|
||||||
(define-public ruby-rubocop
|
(define-public ruby-rubocop
|
||||||
(package
|
(package
|
||||||
(name "ruby-rubocop")
|
(name "ruby-rubocop")
|
||||||
(version "0.64.0")
|
(version "0.77.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "rubocop" version))
|
(uri (rubygems-uri "rubocop" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07shi6kncwhkvlh9ci9rgccrjsq4448hbic3yrakh2w65ppynvbj"))))
|
"0m88b1bgbhmmbdnz2xv6n0il0j4q5qm9jbc0vf1zsaxmxqp06nx9"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; No included tests
|
'(;; No included tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue