This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2ddbccc761 gnu: pyspice: Remove unneeded input ngspice.
2ddbccc761 is described below

commit 2ddbccc76129558be9cf972020d9d4123db9ad46
Author: Gabriel Wicki <[email protected]>
AuthorDate: Tue Dec 9 10:12:33 2025 +0100

    gnu: pyspice: Remove unneeded input ngspice.
    
    * gnu/packages/electronics.scm (pyspice) [inputs]: Remove ngspice.
    
    Change-Id: Ibcf6c6d7e0239617163e653b72a9e2db1812a7d5
    Signed-off-by: Gabriel Wicki <[email protected]>
---
 gnu/packages/electronics.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 210e4e0381..83bd1da509 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -1921,7 +1921,6 @@ reusable and vendor/tool-independent way.  It is written 
following the VHDL
            python-setuptools))
     (inputs
      (list libngspice
-           ngspice
            python-invoke
            python-matplotlib
            python-ply

Reply via email to