guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: TeX Live: Update texlive-latex-pdftexcmds


From: guix-commits
Subject: 05/07: gnu: TeX Live: Update texlive-latex-pdftexcmds
Date: Wed, 21 Jul 2021 10:03:24 -0400 (EDT)

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

commit 4b11d85655f08fa84ae72ac39280173247c3bc3f
Author: Thiago Jung Bauermann <bauermann@kolabnow.com>
AuthorDate: Sun Jul 4 21:01:03 2021 -0300

    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>
---
 gnu/packages/tex.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8829cc9..5eb1a04 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4520,10 +4520,10 @@ Unicode option of @code{inputenc} or @code{inputenx}, 
or by XeLaTeX/LuaLaTeX.")
   (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)



reply via email to

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