mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -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
|
(define-public ruby-gettext
|
||||||
(package
|
(package
|
||||||
(name "ruby-gettext")
|
(name "ruby-gettext")
|
||||||
(version "3.1.7")
|
(version "3.4.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "gettext" version))
|
(uri (rubygems-uri "gettext" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hg9islkm324mb4sd4za1fgafj1hqnm3bdvzj3k4fqpnzqnbcfiq"))))
|
"11hlxkk2yr9wjwd3nf8kgmsjcd8wf35yqlxi9wpvrgmvrk9n9a2k"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
;; ruby-test-unit is required to run tests, but that needs ruby-packnga,
|
;; ruby-test-unit is required to run tests, but that needs ruby-packnga,
|
||||||
;; which needs ruby-gettext. To break the dependency cycle we disable
|
;; which needs ruby-gettext. To break the dependency cycle we disable
|
||||||
;; tests.
|
;; tests.
|
||||||
(arguments `(#:tests? #f))
|
(arguments `(#:tests? #f))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ruby-locale ruby-text))
|
(list ruby-locale ruby-text ruby-erubi))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bundler ruby-yard))
|
(list bundler ruby-yard))
|
||||||
(synopsis "GNU gettext-like program for Ruby")
|
(synopsis "GNU gettext-like program for Ruby")
|
||||||
|
|
Loading…
Reference in a new issue