guix-commits
[Top][All Lists]
Advanced

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

16/19: gnu: ruby-2.7: Update to 2.7.4.


From: guix-commits
Subject: 16/19: gnu: ruby-2.7: Update to 2.7.4.
Date: Sun, 8 Aug 2021 04:55:01 -0400 (EDT)

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

commit 025700cdc74c2208930b21f5d5a4c82b2add2f76
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 5a8a7e1..b6a760e 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]