GNU bug report logs -
#76314
[PATCH ruby-team 00/71] Update ruby.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Sun, 16 Feb 2025 00:29:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/ruby.scm (ruby-3.0): Delete variable.
---
gnu/packages/ruby.scm | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index e4c52c8e2a..d938f72ffc 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -332,23 +332,6 @@ a focus on simplicity and productivity.")
'())
(list autoconf)))))
-(define-public ruby-3.0
- (package
- (inherit ruby-2.7)
- (version "3.0.6")
- (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
- "1lfvgm6jbspmwmc3haww83l1l8vl1airzi08ljrcz19dws9yxjxm"))))
- (inputs
- (modify-inputs (package-inputs ruby-2.7)
- (replace "openssl" openssl)))))
-
(define-public ruby ruby-3.1)
(define-public mruby
--
2.48.1
This bug report was last modified 88 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.