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.
This commit is contained in:
parent
1e5663e2e6
commit
cebe07775b
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ (define-module (guix build-system texlive)
|
|||
|
||||
;; 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
|
||||
|
|
Loading…
Reference in a new issue