[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
52/131: gnu: ruby-3.3: Inherit from ruby-3.4.
From: |
guix-commits |
Subject: |
52/131: gnu: ruby-3.3: Inherit from ruby-3.4. |
Date: |
Fri, 7 Mar 2025 17:13:44 -0500 (EST) |
sharlatan pushed a commit to branch ruby-team
in repository guix.
commit 8a98c3f6c31be495bf1411ee7909e5a3fa49a2c8
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Sun Feb 16 01:33:31 2025 +0100
gnu: ruby-3.3: Inherit from ruby-3.4.
* gnu/packages/ruby.scm (ruby-3.3): Move after ruby-3.4.
[inherit]: Switch to ruby-3.4.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/ruby.scm | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index cc87aff0cb..c5b55a4816 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -175,6 +175,20 @@ a focus on simplicity and productivity.")
(home-page "https://www.ruby-lang.org")
(license license:ruby)))
+(define-public ruby-3.3
+ (package
+ (inherit ruby-3.4)
+ (version "3.3.3")
+ (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
+ "07pwf3zkf7idl95agfjbv2lvamcp0spp0znqp9arb71ri19rkh43"))))))
+
(define-public ruby-2.6
(package
(name "ruby")
@@ -335,20 +349,6 @@ a focus on simplicity and productivity.")
(modify-inputs (package-inputs ruby-3.1)
(prepend libyaml)))))
-(define-public ruby-3.3
- (package
- (inherit ruby-3.2)
- (version "3.3.3")
- (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
- "07pwf3zkf7idl95agfjbv2lvamcp0spp0znqp9arb71ri19rkh43"))))))
-
(define-public ruby ruby-3.1)
(define-public mruby
- 92/131: gnu: ruby-mail: Update to 2.8.1., (continued)
- 92/131: gnu: ruby-mail: Update to 2.8.1., guix-commits, 2025/03/07
- 103/131: gnu: ruby-slim: Update to 5.2.1., guix-commits, 2025/03/07
- 102/131: gnu: Add ruby-lint-roller., guix-commits, 2025/03/07
- 109/131: gnu: ruby-rubocop-ast: Update to 1.37.0., guix-commits, 2025/03/07
- 125/131: gnu: ruby-puma: Update to 6.6.0., guix-commits, 2025/03/07
- 127/131: gnu: astroid: Adjust inputs., guix-commits, 2025/03/07
- 18/131: gnu: ruby-activerecord: Update package., guix-commits, 2025/03/07
- 31/131: gnu: ruby-spinach: Update to 0.12.0., guix-commits, 2025/03/07
- 33/131: gnu: ruby-prawn-svg: Update to 0.36.0., guix-commits, 2025/03/07
- 42/131: gnu: ruby-fog-xml: Update to 0.1.5., guix-commits, 2025/03/07
- 52/131: gnu: ruby-3.3: Inherit from ruby-3.4.,
guix-commits <=
- 59/131: gnu: Remove ruby-2.6., guix-commits, 2025/03/07
- 57/131: gnu: ruby-3.1: Update to 3.1.6., guix-commits, 2025/03/07
- 60/131: gnu: ruby-flores: Update to 0.0.8-0.92fded0., guix-commits, 2025/03/07
- 72/131: gnu: packages: Add comments for migration to ruby@3, guix-commits, 2025/03/07
- 76/131: gnu: ruby-rake-compiler: Update to 1.2.9., guix-commits, 2025/03/07
- 87/131: gnu: ruby-selenium-webdriver: Update to 4.22.0., guix-commits, 2025/03/07
- 89/131: gnu: ruby-actionpack: Patch source., guix-commits, 2025/03/07
- 90/131: gnu: Add ruby-warning., guix-commits, 2025/03/07
- 97/131: gnu: ruby-asciidoctor: Update to 2.0.20., guix-commits, 2025/03/07
- 08/131: gnu: ruby-anystyle: Update to 1.4.2., guix-commits, 2025/03/07