summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2021-06-26 11:25:31 +0200
committerGitHub <noreply@github.com>2021-06-26 11:25:31 +0200
commit06a1cf2449939561f2e1b3a69910308f08e4d19e (patch)
tree6ab33336be41bff5fa075303b1e75f9878f0f8a7 /var
parent2a9b9c9046693dceb702e33a5947a5efe3d59fb2 (diff)
downloadspack-06a1cf2449939561f2e1b3a69910308f08e4d19e.tar.gz
spack-06a1cf2449939561f2e1b3a69910308f08e4d19e.tar.bz2
spack-06a1cf2449939561f2e1b3a69910308f08e4d19e.tar.xz
spack-06a1cf2449939561f2e1b3a69910308f08e4d19e.zip
r-highr: add 0.9 (#24534)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-highr/package.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/r-highr/package.py b/var/spack/repos/builtin/packages/r-highr/package.py
index 867559039c..ac1f676a7b 100644
--- a/var/spack/repos/builtin/packages/r-highr/package.py
+++ b/var/spack/repos/builtin/packages/r-highr/package.py
@@ -13,12 +13,13 @@ class RHighr(RPackage):
Andre Simon's highlight package."""
homepage = "https://github.com/yihui/highr"
- url = "https://cloud.r-project.org/src/contrib/highr_0.6.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/highr"
+ cran = "highr"
+ version('0.9', sha256='beff11390d936c90fdcc00e7ed0eb72220f3de403a51b56659e3d3e0b6d8ed4d')
version('0.8', sha256='4bd01fba995f68c947a99bdf9aca15327a5320151e10bd0326fad50a6d8bc657')
version('0.7', sha256='cabba5b6f2ea82024a49c5ced5f1aa476f864bc52bc129038e319e4e26b6f3b7')
version('0.6', sha256='43e152b2dea596df6e14c44398c74fcd438ece15eaae5bdb84aef8d61b213b59')
depends_on('r@3.0.2:', when='@:0.7', type=('build', 'run'))
depends_on('r@3.2.3:', when='@0.8:', type=('build', 'run'))
+ depends_on('r-xfun@0.18:', when='@0.9:', type=('build', 'run'))