gnu: ruby-ox: Update to 2.6.0.
* gnu/packages/ruby.scm (ruby-ox): Update to 2.6.0.
This commit is contained in:
parent
2a91494ed1
commit
263c0dbf00
|
@ -2713,14 +2713,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.5.0")
|
(version "2.6.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
|
||||||
"0rar0xr5qn3zac1r2z18kmpapx121c2l3z8jsgh60vsddwzpdh7h"))))
|
"0fmk62b1h2i79dfzjj8wmf8qid1rv5nhwfc17l489ywnga91xl83"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no tests
|
'(#:tests? #f)) ; no tests
|
||||||
|
|
Loading…
Reference in New Issue