aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-08-10 23:16:27 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-08-11 00:20:37 +0200
commit8e5ff25042d48882342d686e82b6df1efd60e13e (patch)
tree17708ebd234bd8a782698b2a9b13c9773e47510d
parent56ccada3c14e63d241d467dc4c17bb573cb8f112 (diff)
downloadguix-8e5ff25042d48882342d686e82b6df1efd60e13e.tar
guix-8e5ff25042d48882342d686e82b6df1efd60e13e.tar.gz
gnu: ruby-arel: Update to 8.0.0.
* gnu/packages/ruby.scm (ruby-arel): Update to 8.0.0.
-rw-r--r--gnu/packages/ruby.scm4
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")