diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-06-19 08:20:45 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-06-19 08:22:04 +0200 |
commit | 00f037ca44497d5be6da531c8d8440e97a949cd8 (patch) | |
tree | 6333c69390eae29cc10b70715d6ff111f40ec3cd /guix | |
parent | 83474718f2d4f5792978e1188da762a296967f7f (diff) | |
download | gnu-guix-00f037ca44497d5be6da531c8d8440e97a949cd8.tar gnu-guix-00f037ca44497d5be6da531c8d8440e97a949cd8.tar.gz |
build-system/texlive: Update to texlive-2017.1, revision 44591.
* guix/build-system/texlive.scm (%texlive-tag): Change to texlive-2017.1.
(%texlive-revision): Change to 44591.
Diffstat (limited to 'guix')
-rw-r--r-- | guix/build-system/texlive.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/build-system/texlive.scm b/guix/build-system/texlive.scm index d4085ea7e8..0357c47a47 100644 --- a/guix/build-system/texlive.scm +++ b/guix/build-system/texlive.scm @@ -40,8 +40,8 @@ ;; Code: ;; These variables specify the SVN tag and the matching SVN revision. -(define %texlive-tag "texlive-2017.0") -(define %texlive-revision 44445) +(define %texlive-tag "texlive-2017.1") +(define %texlive-revision 44591) (define (texlive-ref component id) "Return a <svn-reference> object for the package ID, which is part of the |