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.9.


From: guix-commits
Subject: 03/03: gnu: ruby-2.5: Update to 2.5.9.
Date: Sun, 8 Aug 2021 04:31:01 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit b138d8b19ab3c861537c8571f477876cc86353d4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Aug 8 11:21:06 2021 +0300

    gnu: ruby-2.5: Update to 2.5.9.
    
    * gnu/packages/ruby.scm (ruby-2.5): Update to 2.5.9.
    [source]: Remove redundant inherited fields.
---
 gnu/packages/ruby.scm | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 3d260cf..73e85a4 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -206,7 +206,7 @@ a focus on simplicity and productivity.")
 (define-public ruby-2.5
   (package
     (inherit ruby)
-    (version "2.5.8")
+    (version "2.5.9")
     (source
      (origin
        (method url-fetch)
@@ -215,12 +215,7 @@ a focus on simplicity and productivity.")
                            "/ruby-" version ".tar.xz"))
        (sha256
         (base32
-         "0vad5ah1lrdhxsyqr5iqc8c7r7qczpmm76cz8rsf4crimpzv5483"))
-       (modules '((guix build utils)))
-       (snippet `(begin
-                   ;; Remove bundled libffi
-                   (delete-file-recursively "ext/fiddle/libffi-3.2.1")
-                   #t))))))
+         "1w2qncacm7h3f3il1whghdabwnv9fvwmz9f1a9vcg32006ljyzx8"))))))
 
 (define-public ruby-2.4
   (package



reply via email to

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