summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2021-12-08 00:50:07 +0100
committerGitHub <noreply@github.com>2021-12-07 17:50:07 -0600
commit4a53536464665e04ec29a9d1e499928e5bc2b92b (patch)
treedde054976b99f182c314c400908a48d4900ce061 /var
parent3b491ccbbd16848dfd6cf332958da72de6867f53 (diff)
downloadspack-4a53536464665e04ec29a9d1e499928e5bc2b92b.tar.gz
spack-4a53536464665e04ec29a9d1e499928e5bc2b92b.tar.bz2
spack-4a53536464665e04ec29a9d1e499928e5bc2b92b.tar.xz
spack-4a53536464665e04ec29a9d1e499928e5bc2b92b.zip
r-crosstalk: add 1.2.0 (#27832)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-crosstalk/package.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/r-crosstalk/package.py b/var/spack/repos/builtin/packages/r-crosstalk/package.py
index ad3abb0342..befa2325e9 100644
--- a/var/spack/repos/builtin/packages/r-crosstalk/package.py
+++ b/var/spack/repos/builtin/packages/r-crosstalk/package.py
@@ -13,10 +13,10 @@ class RCrosstalk(RPackage):
other, with Shiny or without (i.e. static .html files). Currently supports
linked brushing and filtering."""
- homepage = "https://cloud.r-project.org/package=crosstalk"
- url = "https://cloud.r-project.org/src/contrib/crosstalk_1.0.0.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/crosstalk"
+ homepage = "https://rstudio.github.io/crosstalk"
+ cran = "crosstalk"
+ version('1.2.0', sha256='4237baab35cd246a8a98fb9cf4ce53b6ddbc31d00742ded4edea0479613d1ea0')
version('1.1.0.1', sha256='36a70b10bc11826e314c05f9579fd791b9ac3b3a2cfed4d4ca74ce1ad991300e')
version('1.0.0', sha256='b31eada24cac26f24c9763d9a8cbe0adfd87b264cf57f8725027fe0c7742ca51')