diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-13 00:24:03 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:10:38 +0200 |
commit | b42e997e85967f4da18822c221d4dd176a728b63 (patch) | |
tree | 38ee19ecdd4f159d1cce469d36a2fb4831f577a5 /gnu/packages/maths.scm | |
parent | d8418675b03e8fa3c4e2d5926efb3da6c3769bb3 (diff) | |
download | guix-b42e997e85967f4da18822c221d4dd176a728b63.tar guix-b42e997e85967f4da18822c221d4dd176a728b63.tar.gz |
gnu: texlive-latex-natbib -> texlive-natbib.
* gnu/packages/tex.scm (texlive-natbib): New variable.
(texlive-latex-natbib): Deprecate variable.
(texlive-apacite):
* gnu/packages/bioinformatics.scm (discrover):
* gnu/packages/maths.scm (hypre): 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 497a8f7ba7..052e9c791d 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5807,7 +5807,7 @@ set.") texlive-hanging texlive-hyperref texlive-latex-multirow - texlive-latex-natbib + texlive-natbib texlive-latex-needspace texlive-latex-newunicodechar texlive-latex-parskip |