From ac3cbfd69ac7c1112962a2f1141bd6fbb4d29520 Mon Sep 17 00:00:00 2001
From: David Gardner <gardner48@llnl.gov>
Date: Thu, 9 May 2019 11:47:43 -0700
Subject: [PATCH] update to texlive 2019 (#11365)

---
 var/spack/repos/builtin/packages/texlive/package.py | 4 ++--
 1 file 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 5d30251775..cd8e685bbc 100644
--- a/var/spack/repos/builtin/packages/texlive/package.py
+++ b/var/spack/repos/builtin/packages/texlive/package.py
@@ -26,8 +26,8 @@ class Texlive(Package):
     # itself is stable.  Don't let that fool you though, it's still
     # installing TeX **LIVE** from e.g. ctan.math.... below, which is
     # not reproducible.
-    version('live', '946701aa28ca1f93e55e8310ce63fbf8',
-            url='ftp://tug.org/historic/systems/texlive/2018/install-tl-unx.tar.gz')
+    version('live', sha256='44aa41b5783e345b7021387f19ac9637ff1ce5406a59754230c666642dfe7750',
+            url='ftp://tug.org/historic/systems/texlive/2019/install-tl-unx.tar.gz')
 
     # There does not seem to be a complete list of schemes.
     # Examples include:
-- 
GitLab