[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/100: gnu: ruby-gettext: Update to 3.4.4.
From: |
guix-commits |
Subject: |
10/100: gnu: ruby-gettext: Update to 3.4.4. |
Date: |
Mon, 10 Jul 2023 03:27:24 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 75f0e51a8c62c6aecfb630d4f00e9ff8b55830f4
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 master updated (e40d6bb7d7 -> 2ccf3eb495), guix-commits, 2023/07/10
- 09/100: gnu: ruby-websocket: Update to 1.2.9-1.950e416., guix-commits, 2023/07/10
- 01/100: gnu: ruby: Switch from 2.7 to 3.1., guix-commits, 2023/07/10
- 04/100: gnu: ruby-builder: Fix build., guix-commits, 2023/07/10
- 10/100: gnu: ruby-gettext: Update to 3.4.4.,
guix-commits <=
- 06/100: gnu: ruby-pry: Update to 0.14.2., guix-commits, 2023/07/10
- 05/100: gnu: ruby-rspec-core-2: Fix build., guix-commits, 2023/07/10
- 11/100: gnu: Add ruby-rbtree., guix-commits, 2023/07/10
- 13/100: gnu: Add ruby-sorted-set., guix-commits, 2023/07/10
- 20/100: gnu: Add ruby-psych-3., guix-commits, 2023/07/10
- 23/100: gnu: ruby-sqlite3: Update to 1.6.3., guix-commits, 2023/07/10
- 31/100: gnu: ruby-minitest-bonus-assertions: Fix build., guix-commits, 2023/07/10
- 40/100: gnu: ruby-delayed-job: Fix build., guix-commits, 2023/07/10
- 38/100: gnu: ruby-protobuf: Fix build., guix-commits, 2023/07/10
- 48/100: gnu: ruby-rdoc: Update to 6.5.0., guix-commits, 2023/07/10