diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-14 10:25:12 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:10:55 +0200 |
commit | c81b4d6002d6942ffb24dc824eb47f9b3fe6d79e (patch) | |
tree | ce7aad29454898fa302a4b8213d622659113ee44 /gnu/packages/maths.scm | |
parent | f9f02c5d471d4f308534c6bf965aa87d4ccd8411 (diff) |
gnu: texlive-latex-tabulary -> texlive-tabulary.
* gnu/packages/tex.scm (texlive-tabulary): New variable.
(texlive-latex-tabulary): Deprecate variable.
* gnu/packages/maths.scm (hypre):
* gnu/packages/sphinx.scm (python-sphinx): Use new name.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 38d99ab2e5..a61d790de0 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5812,7 +5812,7 @@ set.") texlive-newunicodechar texlive-parskip texlive-stackengine - texlive-latex-tabulary + texlive-tabulary texlive-tocloft texlive-upquote texlive-latex-varwidth |