diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-18 16:26:18 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-18 16:26:18 +0200 |
commit | 2266ec5eb1bcc2c87baa27297a4205eebf325424 (patch) | |
tree | 60ae7bd1de3fbcbcd32c6f22a3f1611f234f3523 /gnu/packages/python-science.scm | |
parent | 51482db4da0104928d4f95fcce808687dc9b0334 (diff) | |
download | guix-2266ec5eb1bcc2c87baa27297a4205eebf325424.tar.gz |
gnu: python-cython: Remove duplicate version.
* gnu/packages/python-xyz.scm (python-cython-0.29.32): Remove variable. * gnu/packages/python-science.scm (python-pandas)[native-inputs]: Change from PYTHON-CYTHON-0.29.32 to PYTHON-CYTHON.
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r-- | gnu/packages/python-science.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index d828399f79..80acb606b2 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -422,7 +422,7 @@ library.") (inputs (list which xclip xsel)) (native-inputs - (list python-cython-0.29.32 + (list python-cython python-beautifulsoup4 python-lxml python-html5lib |