diff options
author | Christopher Baines <mail@cbaines.net> | 2023-06-29 11:59:46 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-07-10 08:26:03 +0100 |
commit | 68322974bf9372ef932522a763d7a6bfc89c6da5 (patch) | |
tree | ea790e56f01c832be4f3f521e87e42cc19b3b52b | |
parent | f286d26f530fc4a7e5b1a6a05885ff8df120da7c (diff) |
gnu: ruby-text-hyphen: Update to 1.5.0.
* gnu/packages/ruby.scm (ruby-text-hyphen): Update to 1.5.0.
-rw-r--r-- | gnu/packages/ruby.scm | 4 |
1 files 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)) |