gnu: ruby-arel: Update to 7.1.1.
* gnu/packages/ruby.scm (ruby-arel): Update to 7.1.1.
This commit is contained in:
parent
1b10724550
commit
f8744816e6
@ -1840,13 +1840,13 @@ net/http library.")
|
|||||||
(define-public ruby-arel
|
(define-public ruby-arel
|
||||||
(package
|
(package
|
||||||
(name "ruby-arel")
|
(name "ruby-arel")
|
||||||
(version "6.0.3")
|
(version "7.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "arel" version))
|
(uri (rubygems-uri "arel" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a270mlajhrmpqbhxcqjqypnvgrq4pgixpv3w9gwp1wrrapnwrzk"))))
|
"0d6kfsh7qf5gls0n1nrppxv89zyli27kw8nklpq2by3z7cxjcvjg"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments '(#:tests? #f)) ; no tests
|
(arguments '(#:tests? #f)) ; no tests
|
||||||
(home-page "https://github.com/rails/arel")
|
(home-page "https://github.com/rails/arel")
|
||||||
|
Loading…
Reference in New Issue
Block a user