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:
parent
f286d26f53
commit
68322974bf
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Reference in a new issue