gnu: ruby-text-hyphen: Update to 1.5.0.

* gnu/packages/ruby.scm (ruby-text-hyphen): Update to 1.5.0.
This commit is contained in:
Christopher Baines 2023-06-29 11:59:46 +01:00
parent f286d26f53
commit 68322974bf
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -2192,14 +2192,14 @@ (define-public ruby-chunky-png
(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))