diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-10 23:16:27 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-11 00:20:37 +0200 |
commit | 8e5ff25042d48882342d686e82b6df1efd60e13e (patch) | |
tree | 17708ebd234bd8a782698b2a9b13c9773e47510d /gnu/packages/ruby.scm | |
parent | 56ccada3c14e63d241d467dc4c17bb573cb8f112 (diff) | |
download | patches-8e5ff25042d48882342d686e82b6df1efd60e13e.tar patches-8e5ff25042d48882342d686e82b6df1efd60e13e.tar.gz |
gnu: ruby-arel: Update to 8.0.0.
* gnu/packages/ruby.scm (ruby-arel): Update to 8.0.0.
Diffstat (limited to 'gnu/packages/ruby.scm')
-rw-r--r-- | gnu/packages/ruby.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index ba288c19b1..3a63f21148 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -1868,13 +1868,13 @@ net/http library.") (define-public ruby-arel (package (name "ruby-arel") - (version "7.1.4") + (version "8.0.0") (source (origin (method url-fetch) (uri (rubygems-uri "arel" version)) (sha256 (base32 - "0l757dkkaxk5fq3368l79jpyzq9a9driricjamhiwhwvh0h7xcyx")))) + "0nw0qbc6ph625p6n3maqq9f527vz3nbl0hk72fbyka8jzsmplxzl")))) (build-system ruby-build-system) (arguments '(#:tests? #f)) ; no tests (home-page "https://github.com/rails/arel") |