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/cran.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/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 4e3476222d..2ef6da13f6 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -36201,7 +36201,7 @@ package online.") texlive-graphics texlive-latex-threeparttable texlive-titlesec - texlive-latex-upquote + texlive-upquote texlive-listings texlive-polyglossia texlive-titling |