[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: ruby-arel: Update to 7.1.4.
From: |
Ben Woodcroft |
Subject: |
05/06: gnu: ruby-arel: Update to 7.1.4. |
Date: |
Fri, 11 Nov 2016 12:59:04 +0000 (UTC) |
benwoodcroft pushed a commit to branch master
in repository guix.
commit e87dfdee865c6d73e272d734a6f4cf0e019c91aa
Author: Ben Woodcroft <address@hidden>
Date: Fri Nov 11 22:48:22 2016 +1000
gnu: ruby-arel: Update to 7.1.4.
* gnu/packages/ruby.scm (ruby-arel): Update to 7.1.4.
---
gnu/packages/ruby.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index d6493a0..61f6ab8 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1839,13 +1839,13 @@ net/http library.")
(define-public ruby-arel
(package
(name "ruby-arel")
- (version "7.1.1")
+ (version "7.1.4")
(source (origin
(method url-fetch)
(uri (rubygems-uri "arel" version))
(sha256
(base32
- "0d6kfsh7qf5gls0n1nrppxv89zyli27kw8nklpq2by3z7cxjcvjg"))))
+ "0l757dkkaxk5fq3368l79jpyzq9a9driricjamhiwhwvh0h7xcyx"))))
(build-system ruby-build-system)
(arguments '(#:tests? #f)) ; no tests
(home-page "https://github.com/rails/arel")
- branch master updated (e2bb2e1 -> 8be62d3), Ben Woodcroft, 2016/11/11
- 01/06: gnu: bundler: Update to 1.13.6., Ben Woodcroft, 2016/11/11
- 03/06: gnu: ruby-hoe: Update to 3.15.2., Ben Woodcroft, 2016/11/11
- 04/06: gnu: ruby-rake-compiler: Update to 1.0.1., Ben Woodcroft, 2016/11/11
- 02/06: gnu: ruby-rspec-core: Update to 3.5.4., Ben Woodcroft, 2016/11/11
- 06/06: gnu: ruby-lumberjack: Update to 1.0.10., Ben Woodcroft, 2016/11/11
- 05/06: gnu: ruby-arel: Update to 7.1.4.,
Ben Woodcroft <=