diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-02-16 01:34:26 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-06-20 20:40:00 +0200 |
| commit | cd3e9770ef64d25fc484a5ce1746bb86468ea064 (patch) | |
| tree | a6977e1d8253cae456ae9307a5c607f091f3f7c0 /gnu/packages/ruby.scm | |
| parent | 86e108fffd6a8ac1c6ce7af726786bd65316dc12 (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/ruby.scm')
| -rw-r--r-- | gnu/packages/ruby.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 389d2aa74f8..a8d44259a0c 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -2026,7 +2026,7 @@ logic.") | |||
| 2026 | (define ruby-rubocop-capybara-minimal | 2026 | (define ruby-rubocop-capybara-minimal |
| 2027 | (package | 2027 | (package |
| 2028 | (name "ruby-rubocop-capybara") | 2028 | (name "ruby-rubocop-capybara") |
| 2029 | (version "2.17.1") | 2029 | (version "2.21.0") |
| 2030 | (source (origin | 2030 | (source (origin |
| 2031 | (method git-fetch) ;for tests | 2031 | (method git-fetch) ;for tests |
| 2032 | (uri (git-reference | 2032 | (uri (git-reference |
| @@ -2035,7 +2035,7 @@ logic.") | |||
| 2035 | (file-name (git-file-name name version)) | 2035 | (file-name (git-file-name name version)) |
| 2036 | (sha256 | 2036 | (sha256 |
| 2037 | (base32 | 2037 | (base32 |
| 2038 | "137y21b6g0kj1001zp95gwchx2cvgz8pglw2ik1cw647lh77qdsp")))) | 2038 | "19r2s782r9ch2g1lxgrvk22d9qqkxi69brza16bfwp2rl2064qnc")))) |
| 2039 | (build-system ruby-build-system) | 2039 | (build-system ruby-build-system) |
| 2040 | (arguments (list #:tests? #f)) | 2040 | (arguments (list #:tests? #f)) |
| 2041 | (synopsis "Capybara plugin for RuboCop") | 2041 | (synopsis "Capybara plugin for RuboCop") |
