diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-06-18 16:27:05 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-06-20 20:40:04 +0200 |
| commit | 70f987c2aa160d2f31266b01141b5b695556655b (patch) | |
| tree | 28f218deef6ee772e2e2baf8da0c3eadb2b3c46d /gnu/packages/ruby-check.scm | |
| parent | 14f77f01d2b7b471a22f8e44d07a2d5409e39910 (diff) | |
gnu: ruby-rake: Update to 13.3.0.
* gnu/packages/ruby-check.scm (ruby-rake): Update to 13.3.0.
Diffstat (limited to 'gnu/packages/ruby-check.scm')
| -rw-r--r-- | gnu/packages/ruby-check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ruby-check.scm b/gnu/packages/ruby-check.scm index 3f3219af5e0..3a03f0af434 100644 --- a/gnu/packages/ruby-check.scm +++ b/gnu/packages/ruby-check.scm @@ -806,7 +806,7 @@ rogue test/unit/autorun requires.") (define-public ruby-rake (package (name "ruby-rake") - (version "13.0.6") + (version "13.3.0") (source (origin (method git-fetch) ;for tests @@ -816,7 +816,7 @@ rogue test/unit/autorun requires.") (file-name (git-file-name name version)) (sha256 (base32 - "0c77xyl677s966f8yvk8yv7l31c1ffa1yl4kcwiram219h0s76in")))) + "01ixsz1k6y9ckzmyjmspbi5s213m9b7imglb9iypjmf1nrmsvgkx")))) (build-system ruby-build-system) (native-inputs (list bundler)) |
