guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/229: gnu: ruby-rubocop-ast: Update to 1.28.0.


From: guix-commits
Subject: 09/229: gnu: ruby-rubocop-ast: Update to 1.28.0.
Date: Tue, 28 Mar 2023 22:28:47 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 58b438a752adf1902d3ee3c807fdba237db99172
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Mar 1 17:21:12 2023 -0500

    gnu: ruby-rubocop-ast: Update to 1.28.0.
    
    * gnu/packages/ruby.scm (ruby-rubocop-ast): Update to 1.28.0.
    [source]: Update URL.
    [arguments]: Delete trailing #t.
---
 gnu/packages/ruby.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 344402769c..4615c78c67 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -7059,17 +7059,17 @@ inspired by the Sinatra microframework style of 
specifying actions:
 (define-public ruby-rubocop-ast
   (package
     (name "ruby-rubocop-ast")
-    (version "1.4.1")
+    (version "1.28.0")
     (source
      (origin
        (method git-fetch)               ;no test suite in distributed gem
        (uri (git-reference
-             (url "https://github.com/rubocop-hq/rubocop-ast";)
+             (url "https://github.com/rubocop/rubocop-ast";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1x2m7k4bn4zvvwmj7imzmv0dav6xnrbcvssad1m5lkprx7h5lzkq"))))
+         "1dp09gcmahmdfi3s6xsksr3ka9dddjpy9ymhr9wjwv67y1falffr"))))
     (build-system ruby-build-system)
     (arguments
      `(#:test-target "spec"
@@ -7082,8 +7082,7 @@ inspired by the Sinatra microframework style of 
specifying actions:
                     (lambda _
                       (substitute* "rubocop-ast.gemspec"
                         (("`git ls-files(.*)`" _ files)
-                         (format #f "`find ~a -type f| sort`" files)))
-                      #t)))))
+                         (format #f "`find ~a -type f| sort`" files))))))))
     (native-inputs
      (list ruby-bump
            ruby-oedipus-lex



reply via email to

[Prev in Thread] Current Thread [Next in Thread]