guix-commits
[Top][All Lists]
Advanced

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

15/18: gnu: ruby-2.7: Update to 2.7.4.


From: guix-commits
Subject: 15/18: gnu: ruby-2.7: Update to 2.7.4.
Date: Mon, 9 Aug 2021 13:33:03 -0400 (EDT)

efraim pushed a commit to branch wip-riscv
in repository guix.

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

    gnu: ruby-2.7: Update to 2.7.4.
    
    * gnu/packages/ruby.scm (ruby-2.7): Update to 2.7.4.
    [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 9eddc60..ef29107 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -154,7 +154,7 @@ a focus on simplicity and productivity.")
 (define-public ruby-2.7
   (package
     (inherit ruby-2.6)
-    (version "2.7.2")
+    (version "2.7.4")
     (source
      (origin
        (method url-fetch)
@@ -163,12 +163,7 @@ a focus on simplicity and productivity.")
                            "/ruby-" version ".tar.gz"))
        (sha256
         (base32
-         "1m63461mxi3fg4y3bspbgmb0ckbbb1ldgf9xi0piwkpfsk80cmvf"))
-       (modules '((guix build utils)))
-       (snippet `(begin
-                   ;; Remove bundled libffi
-                   (delete-file-recursively "ext/fiddle/libffi-3.2.1")
-                   #t))))
+         "0nxwkxh7snmjqf787qsp4i33mxd1rbf9yzyfiky5k230i680jhrh"))))
     (arguments
      `(#:test-target "test"
        #:configure-flags '("--enable-shared") ; dynamic linking



reply via email to

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