guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/08: build-system/texlive: Update to texlive-2019.3, revision 51265.


From: guix-commits
Subject: 03/08: build-system/texlive: Update to texlive-2019.3, revision 51265.
Date: Mon, 13 Jan 2020 18:19:25 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit cebe07775bb3e16d41f75b2161a56da84937c7bd
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Jan 9 22:36:40 2020 +0100

    build-system/texlive: Update to texlive-2019.3, revision 51265.
    
    * guix/build-system/texlive.scm (%texlive-tag): Change to "2019.3".
    (%texlive-revision): Change to 51265.
---
 guix/build-system/texlive.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/build-system/texlive.scm b/guix/build-system/texlive.scm
index ad99d1e..8bbca0c 100644
--- a/guix/build-system/texlive.scm
+++ b/guix/build-system/texlive.scm
@@ -42,8 +42,8 @@
 
 ;; These variables specify the SVN tag and the matching SVN revision.  They
 ;; are taken from https://www.tug.org/svn/texlive/tags/
-(define %texlive-tag "texlive-2018.2")
-(define %texlive-revision 49435)
+(define %texlive-tag "texlive-2019.3")
+(define %texlive-revision 51265)
 
 (define (texlive-origin name version locations hash)
   "Return an <origin> object for a TeX Live package consisting of multiple



reply via email to

[Prev in Thread] Current Thread [Next in Thread]