diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-13 12:09:15 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:10:46 +0200 |
commit | 9550a203618ff3cbc20381b1ac65b5ab7422661a (patch) | |
tree | 73eff7d1a5c4214d06356be2bea9860aa931f316 /gnu/packages/python-xyz.scm | |
parent | 8dba450404356e7259a7bd348dd80dfcdb9ecf91 (diff) |
gnu: texlive-latex-upquote -> texlive-upquote.
* gnu/packages/tex.scm (texlive-upquote): New variable.
(texlive-latex-upquote): Deprecate variable.
* gnu/packages/cran.scm (r-prereg):
* gnu/packages/maths.scm (hypre):
* gnu/packages/python-xyz.scm (python-nbconvert):
* gnu/packages/sphinx.scm (python-sphinx):
* gnu/packages/statistics.scm (r-with-tests): Use new name.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 100ad3647e..0165925c70 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15192,7 +15192,7 @@ time.") texlive-ms texlive-latex-parskip texlive-trimspaces - texlive-latex-upquote + texlive-upquote texlive-stringenc texlive-tcolorbox texlive-titling |