r-irkernel: add version 1.2; update version 0.7 (#25644)
Use a commit hash instead of a tag for 0.7
This commit is contained in:
parent
2d97d877e4
commit
ed07fa4c37
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ class RIrkernel(RPackage):
|
||||||
homepage = "https://irkernel.github.io/"
|
homepage = "https://irkernel.github.io/"
|
||||||
git = "https://github.com/IRkernel/IRkernel.git"
|
git = "https://github.com/IRkernel/IRkernel.git"
|
||||||
|
|
||||||
version('master', tag='0.7')
|
version('1.2', commit='d7f868127b876fd490aeff2a75b4254a2898f96c')
|
||||||
|
version('0.7', commit='9cdd284e03eb42d03fab18544b81f486852d5fe0')
|
||||||
|
|
||||||
depends_on('r-repr', type=('build', 'run'))
|
depends_on('r-repr', type=('build', 'run'))
|
||||||
depends_on('r-irdisplay', type=('build', 'run'))
|
depends_on('r-irdisplay', type=('build', 'run'))
|
||||||
|
|
Loading…
Reference in a new issue