guix-commits
[Top][All Lists]
Advanced

[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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]