guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: ruby: Remove ruby-2.3.


From: guix-commits
Subject: 01/03: gnu: ruby: Remove ruby-2.3.
Date: Wed, 13 May 2020 12:37:38 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 7f1401fe5970b5cc96f5a1c9a74597d481913ec2
Author: Christopher Baines <address@hidden>
AuthorDate: Wed Apr 1 19:17:40 2020 +0100

    gnu: ruby: Remove ruby-2.3.
    
    No packages in Guix depend on Ruby 2.3, and it was declared as end-of-life 
on
    2019-03-31 by the upstream project.
    
    * gnu/packages/ruby.scm (ruby-2.3): 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 c92daf6..41b30eb 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -169,25 +169,6 @@ a focus on simplicity and productivity.")
                    (delete-file-recursively "ext/fiddle/libffi-3.2.1")
                    #t))))))
 
-(define-public ruby-2.3
-  (package
-    (inherit ruby)
-    (version "2.3.8")
-    (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
-         "1zhxbjff08pvbnxvn58krns6q0p6g4977q6ykfn823gxhifn63wi"))
-       (modules '((guix build utils)))
-       (snippet `(begin
-                   ;; Remove bundled libffi
-                   (delete-file-recursively "ext/fiddle/libffi-3.2.1")
-                   #t))))))
-
 (define-public mruby
   (package
     (name "mruby")



reply via email to

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