me
/
guix
Archived
1
0
Fork 0

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.
master
Maxim Cournoyer 2023-04-14 20:43:49 -04:00
parent f14aa6d0a3
commit c28b552d52
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -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")