GNU bug report logs -
#75937
[PATCH] gnu: git-filter-repo: Update to 2.47.0.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Thu, 30 Jan 2025 00:49:01 UTC
Severity: normal
Tags: patch
Done: Hilton Chain <hako <at> ultrarare.space>
Bug is archived. No further changes may be made.
Full log
Message #199 received at 75937 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/ruby.scm (ruby-rubocop-capybara-minimal): Update to
2.21.0.
---
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 f7664e6c49..6c28fa26f1 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -2017,7 +2017,7 @@ (define-public ruby-typhoeus
(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
@@ -2026,7 +2026,7 @@ (define ruby-rubocop-capybara-minimal
(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")
--
2.48.1
This bug report was last modified 171 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.