guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: ruby-2.3: Update to 2.3.7.


From: Ben Woodcroft
Subject: 04/05: gnu: ruby-2.3: Update to 2.3.7.
Date: Thu, 29 Mar 2018 22:44:11 -0400 (EDT)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 049edeb24cdc3727a9a581b3c83dc9237faac215
Author: Ben Woodcroft <address@hidden>
Date:   Fri Mar 30 12:24:59 2018 +1000

    gnu: ruby-2.3: Update to 2.3.7.
    
    * gnu/packages/ruby.scm (ruby-2.3): Update to 2.3.7.
---
 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 17fe7ae..e1e9031 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -109,7 +109,7 @@ a focus on simplicity and productivity.")
 (define-public ruby-2.3
   (package
     (inherit ruby)
-    (version "2.3.6")
+    (version "2.3.7")
     (source
      (origin
        (method url-fetch)
@@ -118,7 +118,7 @@ a focus on simplicity and productivity.")
                            "/ruby-" version ".tar.xz"))
        (sha256
         (base32
-         "0mlz0mk7yyxia37k8fdv8m8a72h61nfbns28430h796l4an6kng0"))
+         "1nwfaifq5624p1ml56qq5dy5w38z37x22r0qgrbgbzrzklmqy7y6"))
        (modules '((guix build utils)))
        (snippet `(begin
                    ;; Remove bundled libffi



reply via email to

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