mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-17 07:40:29 +02: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:
committed by
Andreas Enge
parent
75975133f2
commit
fa3a672b3b
@@ -7763,14 +7763,14 @@ decoding of JSON is implemented as a C extension to Ruby.")
|
||||
(define-public ruby-ox
|
||||
(package
|
||||
(name "ruby-ox")
|
||||
(version "2.6.0")
|
||||
(version "2.14.21")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "ox" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fmk62b1h2i79dfzjj8wmf8qid1rv5nhwfc17l489ywnga91xl83"))))
|
||||
"1fd0pjv8svyq8g49zaqfksq9zhxv1rwvsqslvxhimaywggwpmirc"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; no tests
|
||||
|
||||
Reference in New Issue
Block a user