[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/19: gnu: ruby-text-hyphen: Update to 1.5.0.
From: |
guix-commits |
Subject: |
18/19: gnu: ruby-text-hyphen: Update to 1.5.0. |
Date: |
Thu, 29 Jun 2023 07:06:05 -0400 (EDT) |
cbaines pushed a commit to branch ruby-team
in repository guix.
commit 119857f9fe86667cd0bae38e83d815c1c5383c0d
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Jun 29 11:59:46 2023 +0100
gnu: ruby-text-hyphen: Update to 1.5.0.
* gnu/packages/ruby.scm (ruby-text-hyphen): Update to 1.5.0.
---
gnu/packages/ruby.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index dfd1e962bc..15ad49dbbd 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -2192,14 +2192,14 @@ or a background processing library.")
(define-public ruby-text-hyphen
(package
(name "ruby-text-hyphen")
- (version "1.4.1")
+ (version "1.5.0")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "text-hyphen" version))
(sha256
(base32
- "1gj4awvs9ryf960m0iawg43jyjmfwcqgfwrbcfp890a57b9ag7q1"))))
+ "01js0wxz84cc5hzxgqbcqnsa0y6crhdi6plmgkzyfm55p0rlajn4"))))
(build-system ruby-build-system)
(native-inputs
(list ruby-hoe))
- 02/19: gnu: ronn-ng: Fix build., (continued)
- 02/19: gnu: ronn-ng: Fix build., guix-commits, 2023/06/29
- 04/19: gnu: ruby-benchmark-ips: Update to 2.12.0., guix-commits, 2023/06/29
- 06/19: gnu: ruby-multi-json: Fix build., guix-commits, 2023/06/29
- 07/19: gnu: ruby-jwt: Update to 2.7.1., guix-commits, 2023/06/29
- 12/19: gnu: ruby-net-http-digest-auth: Fix build., guix-commits, 2023/06/29
- 08/19: gnu: ruby-octokit: Update to 6.1.1., guix-commits, 2023/06/29
- 10/19: gnu: ruby-language-server-protocol: Remove ruby-pry-byebug dependency., guix-commits, 2023/06/29
- 19/19: gnu: swagger-diff: Update to 2.0.0., guix-commits, 2023/06/29
- 16/19: gnu: ruby-sexp-processor: Update to 4.17.0., guix-commits, 2023/06/29
- 14/19: gnu: ruby-net-http-persistent: Update to 4.0.2., guix-commits, 2023/06/29
- 18/19: gnu: ruby-text-hyphen: Update to 1.5.0.,
guix-commits <=