diff options
| author | gemmaro <gemmaro.dev@gmail.com> | 2026-05-26 09:36:50 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-23 14:11:20 +0200 |
| commit | 7dc364d0b512a30876d528bae2c1d8691b9b9c87 (patch) | |
| tree | 03ef610067283ef9b03c5891e7f7f395df37ec56 | |
| parent | bb39faab78a910bf33e206d43a2792f924457ffa (diff) | |
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 <andreas@enge.fr>
| -rw-r--r-- | gnu/packages/ruby-xyz.scm | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm index 6a2e3a5fd8b..23652360415 100644 --- a/gnu/packages/ruby-xyz.scm +++ b/gnu/packages/ruby-xyz.scm | |||
| @@ -3666,8 +3666,8 @@ two hashes.") | |||
| 3666 | 3666 | ||
| 3667 | (define-public ruby-hydra-minimal | 3667 | (define-public ruby-hydra-minimal |
| 3668 | ;; No releases yet. | 3668 | ;; No releases yet. |
| 3669 | (let ((commit "a4cab705a8a281e4356cb6a05a1946443ad9d53b") | 3669 | (let ((commit "d985443af5ea81f4ca13559380d20e96140de56e") |
| 3670 | (revision "1")) | 3670 | (revision "2")) |
| 3671 | (package | 3671 | (package |
| 3672 | (name "ruby-hydra-minimal") | 3672 | (name "ruby-hydra-minimal") |
| 3673 | (version (git-version "0.0.0" revision commit)) | 3673 | (version (git-version "0.0.0" revision commit)) |
| @@ -3681,18 +3681,11 @@ two hashes.") | |||
| 3681 | (patches (search-patches "ruby-hydra-minimal-no-byebug.patch")) | 3681 | (patches (search-patches "ruby-hydra-minimal-no-byebug.patch")) |
| 3682 | (sha256 | 3682 | (sha256 |
| 3683 | (base32 | 3683 | (base32 |
| 3684 | "1swzab7i4cqk1bck7p5m3bh526jh0v6m9qq720r3270zbjc8x8z3")))) | 3684 | "0mlc6zw9vwxx4zgxjdpk8qn6ibplm80k6w4axc6k7m1l5dg65jqd")))) |
| 3685 | (build-system ruby-build-system) | 3685 | (build-system ruby-build-system) |
| 3686 | (arguments | 3686 | (arguments |
| 3687 | (list | 3687 | (list |
| 3688 | #:tests? #f ; Avoid rspec dependency. | 3688 | #:tests? #f)) ;avoid rspec dependency. |
| 3689 | #:phases | ||
| 3690 | #~(modify-phases %standard-phases | ||
| 3691 | (add-after 'unpack 'fix-ruby-3.3-build | ||
| 3692 | (lambda _ | ||
| 3693 | (substitute* "lib/hydra.rb" | ||
| 3694 | (("exists\\?") | ||
| 3695 | "exist?"))))))) | ||
| 3696 | (synopsis "Ruby hyphenation patterns") | 3689 | (synopsis "Ruby hyphenation patterns") |
| 3697 | (description | 3690 | (description |
| 3698 | "ruby-hydra-minimal is a Ruby library for working with hyphenation patterns. | 3691 | "ruby-hydra-minimal is a Ruby library for working with hyphenation patterns. |
