gnu: TeX Live: Update texlive-latex-pdftexcmds

texlive-latex-pdftexcmds moved to a different directory in TeX Live 2021.

* gnu/packages/tex.scm (texlive-latex-pdftexcmds): Update hash and paths.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Thiago Jung Bauermann 2021-07-04 21:01:03 -03:00 committed by Ludovic Courtès
parent 35aed80bb6
commit 4b11d85655
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -4520,10 +4520,10 @@ (define-public texlive-latex-pdftexcmds
(package
(inherit (simple-texlive-package
"texlive-latex-pdftexcmds"
'("/doc/latex/pdftexcmds/"
"/tex/latex/pdftexcmds/")
'("/doc/generic/pdftexcmds/"
"/tex/generic/pdftexcmds/")
(base32
"0kqav8jri789698wxwr2ww8ssn74fvw3agrv677nz5qyq5zmix8h")
"1hph0djbfc8hlwfc41rzlf8l3ccyyvc0n7a0qdrr9881jwd6iv1b")
#:trivial? #t))
(propagated-inputs
`(("texlive-generic-iftex" ,texlive-generic-iftex)