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

commit 914a9d44c7f50a4a9e2e0ccc6f34005293c91fd9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 18 19:54:50 2025 +0000

    gnu: ruby-hydra-minimal: Update to 0.0.0-1.a4cab70.
    
    * gnu/packages/ruby.scm (ruby-hydra-minimal): Update to 0.0.0-1.a4cab70.
    
    Change-Id: I38707edf58d2adac99b2d6042e287062b059469a
---
 gnu/packages/ruby.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 1253c0764c..2a80d3f4fb 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4021,11 +4021,11 @@ two hashes.")
 
 (define-public ruby-hydra-minimal
   ;; No releases yet.
-  (let ((commit "5abfa378743756ae4d9306cc134bcc482f5c9525")
-        (revision "0"))
+  (let ((commit "a4cab705a8a281e4356cb6a05a1946443ad9d53b")
+        (revision "1"))
     (package
       (name "ruby-hydra-minimal")
-      (version (git-version "0.0" revision commit))
+      (version (git-version "0.0.0" revision commit))
       (home-page "https://github.com/hyphenation/hydra";)
       (source (origin
                 (method git-fetch)
@@ -4036,7 +4036,7 @@ two hashes.")
                 (patches (search-patches "ruby-hydra-minimal-no-byebug.patch"))
                 (sha256
                  (base32
-                  "1cik398l2765y3d9sdhjzki3303hkry58ac6jlkiy7iy62nm529f"))))
+                  "1swzab7i4cqk1bck7p5m3bh526jh0v6m9qq720r3270zbjc8x8z3"))))
       (build-system ruby-build-system)
       (arguments
        ;; Avoid rspec dependency.

Reply via email to