[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: ruby@2.7: Ungraft.
From: |
guix-commits |
Subject: |
06/06: gnu: ruby@2.7: Ungraft. |
Date: |
Wed, 17 Jan 2024 05:29:19 -0500 (EST) |
civodul pushed a commit to branch core-updates
in repository guix.
commit ed070029068d14387250405d6ad596c43a99febb
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jan 17 11:23:35 2024 +0100
gnu: ruby@2.7: Ungraft.
* gnu/packages/ruby.scm (ruby-2.7): Update to 2.7.8.
[replacement]: Remove.
(ruby-2.7-fixed): Remove.
Change-Id: I96c8542f606dddda75fcf897dac8a38d6d4d7051
---
gnu/packages/ruby.scm | 21 +++------------------
1 file changed, 3 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 1490c783fa..86c506ccc2 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015 Pjotr Prins <pjotr.guix@thebird.nl>
-;;; Copyright © 2014-2017, 2021-2022 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2014-2017, 2021-2022, 2024 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2014, 2015 David Thompson <davet@gnu.org>
;;; Copyright © 2015, 2019 Ricardo Wurmus <rekado@elephly.net>
@@ -174,8 +174,7 @@ a focus on simplicity and productivity.")
(define-public ruby-2.7
(package
(inherit ruby-2.6)
- (version "2.7.6")
- (replacement ruby-2.7-fixed) ; security fixes
+ (version "2.7.8")
(source
(origin
(inherit (package-source ruby-2.6))
@@ -184,7 +183,7 @@ a focus on simplicity and productivity.")
"/ruby-" version ".tar.gz"))
(sha256
(base32
- "042xrdk7hsv4072bayz3f8ffqh61i8zlhvck10nfshllq063n877"))))
+ "182vni66djmiqagwzfsd0za7x9k3zag43b88c590aalgphybdnn2"))))
(arguments
`(#:test-target "test"
#:configure-flags
@@ -225,20 +224,6 @@ a focus on simplicity and productivity.")
'())
(list autoconf)))))
-(define ruby-2.7-fixed
- (package
- (inherit ruby-2.7)
- (version "2.7.8")
- (source
- (origin
- (inherit (package-source ruby-2.7))
- (uri (string-append "https://cache.ruby-lang.org/pub/ruby/"
- (version-major+minor version)
- "/ruby-" version ".tar.gz"))
- (sha256
- (base32
- "182vni66djmiqagwzfsd0za7x9k3zag43b88c590aalgphybdnn2"))))))
-
(define-public ruby-3.0
(package
(inherit ruby-2.7)
- branch core-updates updated (c345358b9a -> ed07002906), guix-commits, 2024/01/17
- 01/06: gnu: dfc: Remove input labels., guix-commits, 2024/01/17
- 05/06: gnu: libvpx: Ungraft., guix-commits, 2024/01/17
- 04/06: gnu: inetutils: Update to 2.5., guix-commits, 2024/01/17
- 03/06: gnu: shadow: Remove input labels., guix-commits, 2024/01/17
- 06/06: gnu: ruby@2.7: Ungraft.,
guix-commits <=
- 02/06: gnu: meson: Update to 1.1.1 and ungraft., guix-commits, 2024/01/17