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.master
parent
1e5663e2e6
commit
cebe07775b
|
@ -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
|
||||
|
|
Reference in New Issue