diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-03-09 00:26:30 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-03-09 00:26:30 +0100 |
commit | 359636a40833cee9a5a0a00ffc1b501b432cfb8d (patch) | |
tree | 2f859029bd58680777af176d1ac9aa469e03d8b0 /gnu/packages/python-xyz.scm | |
parent | 4810804e72530ce7b706a9d1e53d6bf6974bb44f (diff) |
gnu: texlive-latex-titlesec: Rename to texlive titlesec.
* gnu/packages/tex.scm (texlive-titlesec): New variable.
(texlive-latex-titlesec): Deprecate name.
* gnu/packages/python-xyz.scm (python-ipython-documentation):
(python-numpy-documentation):
* gnu/packages/docbook.scm (dblatex):
* gnu/packages/maths.scm (hypre): Use new name.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9c120879d2..6317f5cd98 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5856,7 +5856,7 @@ readable format.") texlive-latex-preview texlive-latex-tabulary texlive-latex-threeparttable - texlive-latex-titlesec + texlive-titlesec texlive-latex-trimspaces texlive-latex-ucs texlive-latex-upquote @@ -8941,7 +8941,7 @@ computing.") texlive-latex-preview texlive-latex-tabulary texlive-latex-threeparttable - texlive-latex-titlesec + texlive-titlesec texlive-latex-trimspaces texlive-latex-ucs texlive-latex-upquote |