cbaines pushed a commit to branch master
in repository guix.
commit 68322974bf9372ef932522a763d7a6bfc89c6da5
Author: Christopher Baines <[email protected]>
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 e7d5fc58cf..ec2084f08a 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))