Skip to content
Snippets Groups Projects
Unverified Commit 6e02766d authored by Leo Famulari's avatar Leo Famulari
Browse files

gnu: ruby-2.2, ruby-2.1, ruby-1.8: Don't replace with ruby-2.3.3.

* gnu/packages/ruby.scm (ruby-2.2, ruby-2.1, ruby-1.8)[replacement]: New field.
parent 3a6a5632
No related branches found
No related tags found
No related merge requests found
......@@ -123,6 +123,7 @@ (define ruby-2.3.3
(define-public ruby-2.2
(package (inherit ruby)
(replacement #f)
(version "2.2.6")
(source
(origin
......@@ -136,6 +137,7 @@ (define-public ruby-2.2
(define-public ruby-2.1
(package (inherit ruby)
(replacement #f)
(version "2.1.10")
(source
(origin
......@@ -169,6 +171,7 @@ (define-public ruby-2.1
(define-public ruby-1.8
(package (inherit ruby)
(replacement #f)
(version "1.8.7-p374")
(source
(origin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment