guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.

commit 513aa8233c0018dd770b5635b516e3c318a9fa13
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Jun 18 16:27:05 2025 +0200

    gnu: ruby-rake: Update to 13.3.0.
    
    * gnu/packages/ruby-check.scm (ruby-rake): Update to 13.3.0.
---
 gnu/packages/ruby-check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby-check.scm b/gnu/packages/ruby-check.scm
index 3f3219af5e..3a03f0af43 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))

Reply via email to