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

commit 7dc364d0b512a30876d528bae2c1d8691b9b9c87
Author: gemmaro <[email protected]>
AuthorDate: Tue May 26 09:36:50 2026 +0900

    gnu: ruby-hydra-minimal: Update to 0.0.0-2.d985443.
    
    * gnu/packages/ruby-xyz.scm (ruby-hydra-minimal): Update to 0.0.0-2.d985443.
    [arguments]<#:phases>{unpack}: Remove phase since the fix is now included.
    
    Change-Id: Ic705c063ae0227b895414653660daa722ada0978
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/ruby-xyz.scm | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 6a2e3a5fd8..2365236041 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -3666,8 +3666,8 @@ two hashes.")
 
 (define-public ruby-hydra-minimal
   ;; No releases yet.
-  (let ((commit "a4cab705a8a281e4356cb6a05a1946443ad9d53b")
-        (revision "1"))
+  (let ((commit "d985443af5ea81f4ca13559380d20e96140de56e")
+        (revision "2"))
     (package
       (name "ruby-hydra-minimal")
       (version (git-version "0.0.0" revision commit))
@@ -3681,18 +3681,11 @@ two hashes.")
                 (patches (search-patches "ruby-hydra-minimal-no-byebug.patch"))
                 (sha256
                  (base32
-                  "1swzab7i4cqk1bck7p5m3bh526jh0v6m9qq720r3270zbjc8x8z3"))))
+                  "0mlc6zw9vwxx4zgxjdpk8qn6ibplm80k6w4axc6k7m1l5dg65jqd"))))
       (build-system ruby-build-system)
       (arguments
        (list
-        #:tests? #f ; Avoid rspec dependency.
-        #:phases
-        #~(modify-phases %standard-phases
-            (add-after 'unpack 'fix-ruby-3.3-build
-              (lambda _
-                (substitute* "lib/hydra.rb"
-                  (("exists\\?")
-                   "exist?")))))))
+        #:tests? #f)) ;avoid rspec dependency.
       (synopsis "Ruby hyphenation patterns")
       (description
        "ruby-hydra-minimal is a Ruby library for working with hyphenation 
patterns.

Reply via email to