gnu: ruby-arel: Update to 8.0.0.

* gnu/packages/ruby.scm (ruby-arel): Update to 8.0.0.
This commit is contained in:
Tobias Geerinckx-Rice 2017-08-10 23:16:27 +02:00
parent 56ccada3c1
commit 8e5ff25042
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1868,13 +1868,13 @@ net/http library.")
(define-public ruby-arel (define-public ruby-arel
(package (package
(name "ruby-arel") (name "ruby-arel")
(version "7.1.4") (version "8.0.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "arel" version)) (uri (rubygems-uri "arel" version))
(sha256 (sha256
(base32 (base32
"0l757dkkaxk5fq3368l79jpyzq9a9driricjamhiwhwvh0h7xcyx")))) "0nw0qbc6ph625p6n3maqq9f527vz3nbl0hk72fbyka8jzsmplxzl"))))
(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")