mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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.
This commit is contained in:
parent
83474718f2
commit
00f037ca44
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ (define-module (guix build-system texlive)
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue