mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
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 @@ (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))
|
||||
|
|
Loading…
Reference in a new issue