summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2021-06-26 11:27:04 +0200
committerGitHub <noreply@github.com>2021-06-26 11:27:04 +0200
commitef67ecde60b0d3a8c9fed098906554945d5dc08b (patch)
treeae0fe51ef6bb2be42f2459e5c51fd6e3a34666f1
parent2b1916d8450ec7168ee18f45f9e95a7a78ec866d (diff)
downloadspack-ef67ecde60b0d3a8c9fed098906554945d5dc08b.tar.gz
spack-ef67ecde60b0d3a8c9fed098906554945d5dc08b.tar.bz2
spack-ef67ecde60b0d3a8c9fed098906554945d5dc08b.tar.xz
spack-ef67ecde60b0d3a8c9fed098906554945d5dc08b.zip
r-tinytex: add 0.32 (#24538)
-rw-r--r--var/spack/repos/builtin/packages/r-tinytex/package.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/r-tinytex/package.py b/var/spack/repos/builtin/packages/r-tinytex/package.py
index 427b5fd647..a07c5dd4a9 100644
--- a/var/spack/repos/builtin/packages/r-tinytex/package.py
+++ b/var/spack/repos/builtin/packages/r-tinytex/package.py
@@ -16,11 +16,12 @@ class RTinytex(RPackage):
'LaTeX' packages automatically."""
homepage = "https://github.com/yihui/tinytex"
- url = "https://cloud.r-project.org/src/contrib/tinytex_0.15.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/tinytex"
+ cran = "tinytex"
+ version('0.32', sha256='70fa28195ae6c8b8d43790205b49745c5a062aab78e64cec39bfbe5ed604c29f')
version('0.28', sha256='76a0650aeab04eb252dc9cfa9ba855d88b09dfc2207c4a8ea2ea04fa0e0eea86')
version('0.15', sha256='5d0988d3b7f763dfa65c722f177452a21344e428415a4b31aeb51478f0abad90')
depends_on('r-xfun@0.5:', type=('build', 'run'))
depends_on('r-xfun@0.19:', when='@0.28:', type=('build', 'run'))
+ depends_on('r-xfun@0.23:', when='@0.32:', type=('build', 'run'))