diff options
author | snehring <snehring@users.noreply.github.com> | 2021-06-08 18:55:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-08 16:55:49 -0700 |
commit | 75db07e674bde5a73dca2d17d3331f3e763d41d8 (patch) | |
tree | 629869d239daa8fb033605940549a1fecc630ecc | |
parent | 968d393f6b8460eae730ac3775fc5099fa460b1d (diff) | |
download | spack-75db07e674bde5a73dca2d17d3331f3e763d41d8.tar.gz spack-75db07e674bde5a73dca2d17d3331f3e763d41d8.tar.bz2 spack-75db07e674bde5a73dca2d17d3331f3e763d41d8.tar.xz spack-75db07e674bde5a73dca2d17d3331f3e763d41d8.zip |
texlive: update live version to 2021 (#24211)
-rw-r--r-- | var/spack/repos/builtin/packages/texlive/package.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/texlive/package.py b/var/spack/repos/builtin/packages/texlive/package.py index 437edf5a66..4601588f25 100644 --- a/var/spack/repos/builtin/packages/texlive/package.py +++ b/var/spack/repos/builtin/packages/texlive/package.py @@ -29,8 +29,8 @@ class Texlive(AutotoolsPackage): # connection at install time and the package versions could change over # time. It is better to use a version built from tarballs, as defined with # the "releases" below. - version('live', sha256='7c90a50e55533d57170cbc7c0370a010019946eb18570282948e1af6f809382d', - url='ftp://tug.org/historic/systems/texlive/2020/install-tl-unx.tar.gz') + version('live', sha256='74eac0855e1e40c8db4f28b24ef354bd7263c1f76031bdc02b52156b572b7a1d', + url='ftp://tug.org/historic/systems/texlive/2021/install-tl-unx.tar.gz') # Add information for new versions below. releases = [ |