guix_mirror_bot pushed a commit to branch master
in repository guix.

commit cd3e9770ef64d25fc484a5ce1746bb86468ea064
Author: Nicolas Graves <ngra...@ngraves.fr>
AuthorDate: Sun Feb 16 01:34:26 2025 +0100

    gnu: ruby-rubocop-capybara-minimal: Update to 2.21.0.
    
    * gnu/packages/ruby.scm (ruby-rubocop-capybara-minimal): Update to
    2.21.0.
    
    Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com>
---
 gnu/packages/ruby.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 389d2aa74f..a8d44259a0 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -2026,7 +2026,7 @@ logic.")
 (define ruby-rubocop-capybara-minimal
   (package
     (name "ruby-rubocop-capybara")
-    (version "2.17.1")
+    (version "2.21.0")
     (source (origin
               (method git-fetch)        ;for tests
               (uri (git-reference
@@ -2035,7 +2035,7 @@ logic.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "137y21b6g0kj1001zp95gwchx2cvgz8pglw2ik1cw647lh77qdsp"))))
+                "19r2s782r9ch2g1lxgrvk22d9qqkxi69brza16bfwp2rl2064qnc"))))
     (build-system ruby-build-system)
     (arguments (list #:tests? #f))
     (synopsis "Capybara plugin for RuboCop")

Reply via email to