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:
Christopher Baines 2023-06-21 10:40:34 +01:00
parent 5dae5ad0f5
commit 75f0e51a8c
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -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")