guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: texlive-fancyvrb: Use over deprecated texlive-latex-fancyvrb


From: guix-commits
Subject: 07/10: gnu: texlive-fancyvrb: Use over deprecated texlive-latex-fancyvrb.
Date: Mon, 30 Jan 2023 13:10:32 -0500 (EST)

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

commit 7b58f14445dad23b7208ccf4fa7b9dd37fd24271
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 30 13:05:00 2023 +0200

    gnu: texlive-fancyvrb: Use over deprecated texlive-latex-fancyvrb.
    
    * gnu/packages/bioinformatics.scm (phyml)[native-inputs],
    * gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Replace
    texlive-latex-fancyvrb with texlive-fancyvrb.
---
 gnu/packages/bioinformatics.scm | 2 +-
 gnu/packages/statistics.scm     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 58690552e0..f6a7a83fe3 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10239,11 +10239,11 @@ programs for inferring phylogenies (evolutionary 
trees).")
            (texlive-updmap.cfg (list texlive-amsfonts
                                      texlive-caption
                                      texlive-cite
+                                     texlive-fancyvrb
                                      texlive-fonts-ec
                                      texlive-graphics
                                      texlive-grfext
                                      texlive-hyperref
-                                     texlive-latex-fancyvrb
                                      texlive-latex-psfrag
                                      texlive-xcolor))))
     (home-page "https://github.com/stephaneguindon/phyml";)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index dc2a6e3ab6..3c5dc15bb7 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -381,7 +381,7 @@ as.POSIXct(if (\"\" != Sys.getenv(\"SOURCE_DATE_EPOCH\")) {\
                                      texlive-grfext
                                      texlive-amsfonts
                                      texlive-latex-base
-                                     texlive-latex-fancyvrb
+                                     texlive-fancyvrb
                                      texlive-graphics
                                      texlive-hyperref
                                      texlive-oberdiek



reply via email to

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