mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: ruby-gettext: Update to 3.4.4.
* gnu/packages/ruby.scm (ruby-gettext): Update to 3.4.4. [propagated-inputs]: Add ruby-erubi.
This commit is contained in:
parent
5dae5ad0f5
commit
75f0e51a8c
1 changed files with 3 additions and 3 deletions
|
@ -4535,20 +4535,20 @@ (define-public ruby-text
|
|||
(define-public ruby-gettext
|
||||
(package
|
||||
(name "ruby-gettext")
|
||||
(version "3.1.7")
|
||||
(version "3.4.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "gettext" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hg9islkm324mb4sd4za1fgafj1hqnm3bdvzj3k4fqpnzqnbcfiq"))))
|
||||
"11hlxkk2yr9wjwd3nf8kgmsjcd8wf35yqlxi9wpvrgmvrk9n9a2k"))))
|
||||
(build-system ruby-build-system)
|
||||
;; ruby-test-unit is required to run tests, but that needs ruby-packnga,
|
||||
;; which needs ruby-gettext. To break the dependency cycle we disable
|
||||
;; tests.
|
||||
(arguments `(#:tests? #f))
|
||||
(propagated-inputs
|
||||
(list ruby-locale ruby-text))
|
||||
(list ruby-locale ruby-text ruby-erubi))
|
||||
(native-inputs
|
||||
(list bundler ruby-yard))
|
||||
(synopsis "GNU gettext-like program for Ruby")
|
||||
|
|
Loading…
Reference in a new issue