guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/25: gnu: python-clickgen: Replace python-numpy-next with python-numpy


From: guix-commits
Subject: 01/25: gnu: python-clickgen: Replace python-numpy-next with python-numpy.
Date: Sat, 15 Apr 2023 00:27:31 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit c28b552d5273d7db7dd569aa0356aa7738cb082e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Apr 14 20:43:49 2023 -0400

    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.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]