gnu: ruby-ox: Update to 2.5.0.

* gnu/packages/ruby.scm (ruby-ox): Update to 2.5.0.
This commit is contained in:
Marius Bakke 2017-06-04 22:09:45 +02:00
parent 5b884348cc
commit 39d4d6f675
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -2706,14 +2706,14 @@ unacceptable HTML and/or CSS from a string.")
(define-public ruby-ox (define-public ruby-ox
(package (package
(name "ruby-ox") (name "ruby-ox")
(version "2.2.1") (version "2.5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "ox" version)) (uri (rubygems-uri "ox" version))
(sha256 (sha256
(base32 (base32
"00i11xd4ayh7349rhgskajfxn0qzkb74ab01217zix9qcapssxax")))) "0rar0xr5qn3zac1r2z18kmpapx121c2l3z8jsgh60vsddwzpdh7h"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments (arguments
'(#:tests? #f)) ; no tests '(#:tests? #f)) ; no tests