mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
This commit is contained in:
parent
96f602b88c
commit
e87060ff6d
1 changed files with 3 additions and 18 deletions
|
@ -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>
|
||||
|
@ -179,8 +179,7 @@ (define-public ruby-2.6
|
|||
(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))
|
||||
|
@ -189,7 +188,7 @@ (define-public ruby-2.7
|
|||
"/ruby-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"042xrdk7hsv4072bayz3f8ffqh61i8zlhvck10nfshllq063n877"))))
|
||||
"182vni66djmiqagwzfsd0za7x9k3zag43b88c590aalgphybdnn2"))))
|
||||
(arguments
|
||||
`(#:test-target "test"
|
||||
#:configure-flags
|
||||
|
@ -230,20 +229,6 @@ (define-public ruby-2.7
|
|||
'())
|
||||
(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)
|
||||
|
|
Loading…
Reference in a new issue