guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit a8cd6e7b3e5ad28c6b5bea577d0bd530d0425965
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 4 15:57:38 2026 +0000

    gnu: dolphin-emu: Use python-numpy@1.
    
    * gnu/packages/emulators.scm (dolphin-emu)[native-inputs]: Remove
    python-numpy, add python-numpy-1.
    
    Change-Id: I1693aa1af04d8c2abca4781b81143cb9a22275d8
---
 gnu/packages/emulators.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index d983f45e5f..866c6812b8 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -562,7 +562,7 @@ It aims to support Nintendo DSi and 3DS as well.")
              googletest
              pkg-config
              python-minimal
-             python-numpy))
+             python-numpy-1))
       (inputs
        (list alsa-lib
              ao

Reply via email to