[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40378] [PATCH 1/3] gnu: ruby: Remove ruby-2.3.
From: |
Christopher Baines |
Subject: |
[bug#40378] [PATCH 1/3] gnu: ruby: Remove ruby-2.3. |
Date: |
Wed, 1 Apr 2020 19:56:42 +0100 |
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 a31f177349..4964db0042 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -148,25 +148,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")
--
2.26.0