diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-01-31 09:19:58 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-06-20 20:39:56 +0200 |
| commit | 4be10868d9d3bb14c3fc3e8663694a3afad6892a (patch) | |
| tree | 460236a74c942ac6f980c7cd4a06f1a4c1554487 | |
| parent | 602d8064b040c917b381626774372cec882a68f0 (diff) | |
gnu: ruby-parallel-tests: Update to 4.9.0.
* gnu/packages/ruby.scm (ruby-parallel-tests): Update to 4.9.0.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -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 0918f45fd2d..e1429c7643e 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -7022,7 +7022,7 @@ then be analyzed or manipulated more easily than the underlying AST layer.") (define-public ruby-parallel-tests (package (name "ruby-parallel-tests") - (version "4.2.0") + (version "4.9.0") (home-page "https://github.com/grosser/parallel_tests") (source (origin (method git-fetch) @@ -7032,7 +7032,7 @@ then be analyzed or manipulated more easily than the underlying AST layer.") (file-name (string-append name version)) (sha256 (base32 - "00gbg5q36ayspkzd6r0kg4gk46lsw9s6misx14rczxaf9kqcdrmv")))) + "0ljb17i1bvlr0y1avwishcrg60h48bj6iwgkp8yrck08wcs7b338")))) (build-system ruby-build-system) (arguments '(#:test-target "spec" ;avoid rubocop dependency |
