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/maths.scm | |
parent | 8dba450404356e7259a7bd348dd80dfcdb9ecf91 (diff) | |
download | guix-9550a203618ff3cbc20381b1ac65b5ab7422661a.tar.gz |
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/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 f8cd4f385b..a462a413ac 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5814,7 +5814,7 @@ set.") texlive-stackengine texlive-latex-tabulary texlive-tocloft - texlive-latex-upquote + texlive-upquote texlive-latex-varwidth texlive-titlesec texlive-ulem |