[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/59: gnu: ruby-gettext: Update to 3.4.4.
From: |
guix-commits |
Subject: |
10/59: gnu: ruby-gettext: Update to 3.4.4. |
Date: |
Wed, 28 Jun 2023 05:55:11 -0400 (EDT) |
cbaines pushed a commit to branch ruby-team
in repository guix.
commit 59346192bdb6e0d5abfb7da87568fb9783226c4c
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Jun 21 10:40:34 2023 +0100
gnu: ruby-gettext: Update to 3.4.4.
* gnu/packages/ruby.scm (ruby-gettext): Update to 3.4.4.
[propagated-inputs]: Add ruby-erubi.
---
gnu/packages/ruby.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index be47ced0bd..7beadb2eaf 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4535,20 +4535,20 @@ Soundex, Metaphone, Double Metaphone, Porter Stemming.")
(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")
- branch ruby-team created (now 8fa6833d4f), guix-commits, 2023/06/28
- 02/59: gnu: ruby-bindex: Update to 0.8.1 and rename to ruby-skiptrace., guix-commits, 2023/06/28
- 03/59: gnu: ruby-dep: Build with ruby-2.7., guix-commits, 2023/06/28
- 01/59: gnu: ruby: Switch from 2.7 to 3.1., guix-commits, 2023/06/28
- 05/59: gnu: ruby-rspec-core-2: Fix build., guix-commits, 2023/06/28
- 04/59: gnu: ruby-builder: Fix build., guix-commits, 2023/06/28
- 08/59: gnu: ruby-contracts: Update to 0.17., guix-commits, 2023/06/28
- 10/59: gnu: ruby-gettext: Update to 3.4.4.,
guix-commits <=
- 14/59: gnu: ruby-range-compressor: Add ruby-sorted-set as an input., guix-commits, 2023/06/28
- 07/59: gnu: ruby-ritex: Build with ruby-2.7., guix-commits, 2023/06/28
- 09/59: gnu: ruby-websocket: Update to 1.2.9-1.950e416., guix-commits, 2023/06/28
- 13/59: gnu: Add ruby-sorted-set., guix-commits, 2023/06/28
- 11/59: gnu: Add ruby-rbtree., guix-commits, 2023/06/28
- 12/59: gnu: Add ruby-set., guix-commits, 2023/06/28
- 17/59: gnu: Add ruby-psych., guix-commits, 2023/06/28
- 16/59: gnu: Remove ruby-instantiator., guix-commits, 2023/06/28
- 06/59: gnu: ruby-pry: Update to 0.14.2., guix-commits, 2023/06/28
- 15/59: gnu: ruby-introspection: Adjust inputs., guix-commits, 2023/06/28