guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: ruby-2.5: Update to 2.5.8.


From: guix-commits
Subject: 03/03: gnu: ruby-2.5: Update to 2.5.8.
Date: Wed, 13 May 2020 12:37:39 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit a09ff632cc02a2e1fee75b175d58636c6fed50a0
Author: Christopher Baines <address@hidden>
AuthorDate: Wed Apr 1 19:42:22 2020 +0100

    gnu: ruby-2.5: Update to 2.5.8.
    
    * gnu/packages/ruby.scm (ruby-2.5): Update to 2.5.8.
---
 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 8bbf5b7..f3aa9f4 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -134,7 +134,7 @@ a focus on simplicity and productivity.")
 (define-public ruby-2.5
   (package
     (inherit ruby)
-    (version "2.5.7")
+    (version "2.5.8")
     (source
      (origin
        (method url-fetch)
@@ -143,7 +143,7 @@ a focus on simplicity and productivity.")
                            "/ruby-" version ".tar.xz"))
        (sha256
         (base32
-         "159zka4sbx1p4ayxqi7a5ybbzxvn3n5mivrz4d1damw9ypl70610"))
+         "0vad5ah1lrdhxsyqr5iqc8c7r7qczpmm76cz8rsf4crimpzv5483"))
        (modules '((guix build utils)))
        (snippet `(begin
                    ;; Remove bundled libffi



reply via email to

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