From f487102c0c4f57282c536d90bbf4499367049883 Mon Sep 17 00:00:00 2001
From: George Hartzell <hartzell@alerce.com>
Date: Wed, 14 Dec 2016 11:55:48 -0800
Subject: [PATCH] Update texlive digest (#2591)

Texlive is *live*, they update the contents of their tarball on a whim.

Here's the current one.
---
 var/spack/repos/builtin/packages/texlive/package.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/var/spack/repos/builtin/packages/texlive/package.py b/var/spack/repos/builtin/packages/texlive/package.py
index b7e14e1a8b..2efb1de651 100644
--- a/var/spack/repos/builtin/packages/texlive/package.py
+++ b/var/spack/repos/builtin/packages/texlive/package.py
@@ -41,7 +41,7 @@ class Texlive(Package):
     # digest values, but don't be surprised if this package is
     # briefly unbuildable.
     #
-    version('live', 'bdc04d216c87a195cb29f9f21ae84f3d',
+    version('live', '1962b756794827467b50ed4da94d8ee8',
             url="http://ctan.math.utah.edu/ctan/tex-archive/systems/texlive/tlnet/install-tl-unx.tar.gz")
 
     # There does not seem to be a complete list of schemes.
-- 
GitLab