me
/
guix
Archived
1
0
Fork 0

gnu: Remove ruby@2.5.

* gnu/packages/ruby.scm (ruby-2.5): Remove variable.
master
Marius Bakke 2022-08-29 16:54:18 +02:00
parent ae9b3d7cf1
commit 8ab7125265
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 14 deletions

View File

@ -216,20 +216,6 @@ a focus on simplicity and productivity.")
(base32
"1akcl7vhmwfm6ybj7493kzy58ykh2r39ri9f4xfm2xmhg1msmvvs"))))))
(define-public ruby-2.5
(package
(inherit ruby-2.6)
(version "2.5.9")
(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
"1w2qncacm7h3f3il1whghdabwnv9fvwmz9f1a9vcg32006ljyzx8"))))))
(define-public ruby ruby-2.7)
(define-public mruby