mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove ruby-3.0.
* gnu/packages/ruby.scm (ruby-3.0): Delete variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
ce0c2ccdc9
commit
2ee28238cb
1 changed files with 0 additions and 17 deletions
|
@ -334,23 +334,6 @@ a focus on simplicity and productivity.")
|
||||||
'())
|
'())
|
||||||
(list autoconf)))))
|
(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 ruby ruby-3.1)
|
||||||
|
|
||||||
(define-public mruby
|
(define-public mruby
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue