Archived
1
0
Fork 0

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 @@ or a background processing library.")
(define-public ruby-text-hyphen (define-public ruby-text-hyphen
(package (package
(name "ruby-text-hyphen") (name "ruby-text-hyphen")
(version "1.4.1") (version "1.5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "text-hyphen" version)) (uri (rubygems-uri "text-hyphen" version))
(sha256 (sha256
(base32 (base32
"1gj4awvs9ryf960m0iawg43jyjmfwcqgfwrbcfp890a57b9ag7q1")))) "01js0wxz84cc5hzxgqbcqnsa0y6crhdi6plmgkzyfm55p0rlajn4"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(native-inputs (native-inputs
(list ruby-hoe)) (list ruby-hoe))