mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-ox: Update to 2.14.21.
Fixes build. * gnu/packages/ruby-xyz.scm (ruby-ox): Update to 2.14.21. Change-Id: Id6193efefc0ed0140d679ae5ef9201cc483eb54a Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
75975133f2
commit
fa3a672b3b
1 changed files with 2 additions and 2 deletions
|
@ -7763,14 +7763,14 @@ decoding of JSON is implemented as a C extension to Ruby.")
|
||||||
(define-public ruby-ox
|
(define-public ruby-ox
|
||||||
(package
|
(package
|
||||||
(name "ruby-ox")
|
(name "ruby-ox")
|
||||||
(version "2.6.0")
|
(version "2.14.21")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "ox" version))
|
(uri (rubygems-uri "ox" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fmk62b1h2i79dfzjj8wmf8qid1rv5nhwfc17l489ywnga91xl83"))))
|
"1fd0pjv8svyq8g49zaqfksq9zhxv1rwvsqslvxhimaywggwpmirc"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no tests
|
'(#:tests? #f)) ; no tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue