gnu: ruby-arel: Update to 7.1.1.

* gnu/packages/ruby.scm (ruby-arel): Update to 7.1.1.
master
Ben Woodcroft 2016-08-08 21:05:12 +10:00
parent 1b10724550
commit f8744816e6
No known key found for this signature in database
GPG Key ID: E44DCCD146E0CCF4
1 changed files with 2 additions and 2 deletions

View File

@ -1840,13 +1840,13 @@ net/http library.")
(define-public ruby-arel
(package
(name "ruby-arel")
(version "6.0.3")
(version "7.1.1")
(source (origin
(method url-fetch)
(uri (rubygems-uri "arel" version))
(sha256
(base32
"1a270mlajhrmpqbhxcqjqypnvgrq4pgixpv3w9gwp1wrrapnwrzk"))))
"0d6kfsh7qf5gls0n1nrppxv89zyli27kw8nklpq2by3z7cxjcvjg"))))
(build-system ruby-build-system)
(arguments '(#:tests? #f)) ; no tests
(home-page "https://github.com/rails/arel")