guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Properly deprecate texlive-generic-ulem.


From: guix-commits
Subject: branch master updated: gnu: Properly deprecate texlive-generic-ulem.
Date: Fri, 28 Jan 2022 09:06:13 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c5f1f8b81e gnu: Properly deprecate texlive-generic-ulem.
c5f1f8b81e is described below

commit c5f1f8b81e66b6a63c6bcc173e34e96d9cda9270
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jan 28 15:05:01 2022 +0100

    gnu: Properly deprecate texlive-generic-ulem.
    
    * gnu/packages/python-xyz.scm (python-nbconvert):
    * gnu/packages/maths.scm (hypre): Apply deprecation.
    * gnu/packages/tex.scm (texlive-generic-ulem): Fix typo in deprecation
    command.
---
 gnu/packages/maths.scm      | 2 +-
 gnu/packages/python-xyz.scm | 2 +-
 gnu/packages/tex.scm        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1895acd368..9f7c0476ca 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5551,7 +5551,6 @@ set.")
                                              texlive-xcolor
                                              texlive-xypic
                                              texlive-generic-listofitems
-                                             texlive-generic-ulem
                                              texlive-latex-cmap
                                              texlive-latex-colortbl
                                              texlive-latex-etoc
@@ -5574,6 +5573,7 @@ set.")
                                              texlive-latex-tocloft
                                              texlive-latex-upquote
                                              texlive-latex-varwidth
+                                             texlive-ulem
                                              texlive-wasysym
                                              texlive-latex-wrapfig)))))
     (inputs
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 24e7fef494..a8aff94334 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12615,7 +12615,6 @@ time.")
                                         texlive-enumitem
                                         texlive-eurosym
                                         texlive-fonts-rsfs
-                                        texlive-generic-ulem
                                         texlive-generic-iftex
                                         texlive-jknappen
                                         texlive-latex-amsmath
@@ -12638,6 +12637,7 @@ time.")
                                         texlive-tcolorbox
                                         texlive-titling
                                         texlive-tools
+                                        texlive-ulem
                                         texlive-xcolor
                                         texlive-zapfding)))))
     (propagated-inputs
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a6f693a0a5..4fc25ed656 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7843,7 +7843,7 @@ from a typewriter.  The package also offers double and 
wavy underlining, and
 striking out (line through words) and crossing out (/// over words).")
     (license license:lppl1.3c+)))
 
-(define-deprecated-package texlive-latex-ulem texlive-ulem)
+(define-deprecated-package texlive-generic-ulem texlive-ulem)
 
 (define-public texlive-latex-pgf
   (package



reply via email to

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