summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-04-14 20:43:49 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-04-14 20:43:49 -0400
commitc28b552d5273d7db7dd569aa0356aa7738cb082e (patch)
treec67e5d4e6a6495c33009a39558a090177204eb1d
parentf14aa6d0a360c6347dd40eb8877f28cbb41bc5f3 (diff)
downloadguix-c28b552d5273d7db7dd569aa0356aa7738cb082e.tar.gz
gnu: python-clickgen: Replace python-numpy-next with python-numpy.
* gnu/packages/python-xyz.scm (python-clickgen)
[propagated-inputs]: Replace python-numpy-next with python-numpy.
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e77b16a007..ef740d8c91 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3976,7 +3976,7 @@ with sensible defaults out of the box.")
                 "010j9zz0gd2za5l4hibicypnfw721x0gxp3rr0329bc97vw5maha"))))
     (build-system python-build-system)
     (propagated-inputs
-     (list python-pillow python-toml python-numpy-next python-attrs))
+     (list python-pillow python-toml python-numpy python-attrs))
     (inputs (list libx11 libpng libxcursor))
     (native-inputs (list python-wheel))
     (home-page "https://github.com/ful1e5/clickgen")