guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: Remove ruby@2.4.


From: guix-commits
Subject: 01/06: gnu: Remove ruby@2.4.
Date: Mon, 29 Aug 2022 10:56:18 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ae9b3d7cf1e8c61a57c3d1a6af5a52d02497be4e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Aug 29 16:53:59 2022 +0200

    gnu: Remove ruby@2.4.
    
    * gnu/packages/ruby.scm (ruby-2.4): Remove variable.
---
 gnu/packages/ruby.scm | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index cc95bd8d6e..621f8a49c3 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -230,25 +230,6 @@ a focus on simplicity and productivity.")
         (base32
          "1w2qncacm7h3f3il1whghdabwnv9fvwmz9f1a9vcg32006ljyzx8"))))))
 
-(define-public ruby-2.4
-  (package
-    (inherit ruby-2.6)
-    (version "2.4.10")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append "http://cache.ruby-lang.org/pub/ruby/";
-                           (version-major+minor version)
-                           "/ruby-" version ".tar.xz"))
-       (sha256
-        (base32
-         "1prhqlgik1zmw9lakl6hkriqslspw48pvhxff17h7ns42p8qwrnm"))
-       (modules '((guix build utils)))
-       (snippet `(begin
-                   ;; Remove bundled libffi
-                   (delete-file-recursively "ext/fiddle/libffi-3.2.1")
-                   #t))))))
-
 (define-public ruby ruby-2.7)
 
 (define-public mruby



reply via email to

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