Add previous versions back into package

Following the advice of @glennpj, added the old versions back into the
packages.

I can install the current packages and the previous packages.
This commit is contained in:
George Hartzell
2016-08-02 11:45:16 -04:00
parent 12d1263980
commit 4c8672ed1f
3 changed files with 3 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ class RMime(Package):
list_url = "https://cran.r-project.org/src/contrib/Archive/mime"
version('0.5', '87e00b6d57b581465c19ae869a723c4d')
version('0.4', '789cb33e41db2206c6fc7c3e9fbc2c02')
extends('R')