guix_mirror_bot pushed a commit to branch master
in repository guix.

commit b9f2748b7b3f9817b217123786b162d115af79f1
Author: Nicolas Graves <ngra...@ngraves.fr>
AuthorDate: Wed Jun 18 16:27:11 2025 +0200

    gnu: ruby-yard: Update to 0.9.37.
    
    * gnu/packages/ruby-xyz.scm (ruby-yard): Update to 0.9.37.
---
 gnu/packages/ruby-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 964e5fed90..580d13bee5 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -9741,7 +9741,7 @@ A modified copy of yajl is used, and included in the 
package.")
 (define-public ruby-yard
   (package
     (name "ruby-yard")
-    (version "0.9.34")
+    (version "0.9.37")
     (source
      (origin
        (method git-fetch)
@@ -9752,7 +9752,7 @@ A modified copy of yajl is used, and included in the 
package.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "10jq0hyzyy0d6l63jxld32g36fhrclkb3rwnyp47igcik73kbagb"))))
+         "04255dmxrkjyw3175d17hlmss66qvcy41jawfkxi3pp3nhlznir8"))))
     (build-system ruby-build-system)
     (arguments
      (list

Reply via email to