gnu: ruby-heredoc-unindent: Fix build.
* gnu/packages/ruby.scm (ruby-heredoc-unindent)[native-inputs]: Use ruby-hoe-3.
parent
d0d3c6c914
commit
6a7e758aed
|
@ -13636,7 +13636,7 @@ hashes more powerful.")
|
|||
"14ijr2fsjwhrkjkcaz81d5xnfa4vvgvcflrff83avqw9klm011yw"))))
|
||||
(build-system ruby-build-system)
|
||||
(native-inputs
|
||||
(list ruby-hoe))
|
||||
(list ruby-hoe-3))
|
||||
(home-page "https://github.com/adrianomitre/heredoc_unindent")
|
||||
(synopsis "Heredoc indentation cleaner")
|
||||
(description "This gem removes common margin from indented strings, such
|
||||
|
|
Reference in New Issue