From 0ff72bae0d66316accbb4a7286a1b8d97a558a83 Mon Sep 17 00:00:00 2001 From: Eashan-H Date: Wed, 3 Jun 2026 23:52:18 +0530 Subject: [PATCH] fix: add missing Ngspice v40 to GUI version dropdown in gui_fixed.py --- src/toolManager/gui_fixed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toolManager/gui_fixed.py b/src/toolManager/gui_fixed.py index d4eb8a5d5..bab0cfe1a 100644 --- a/src/toolManager/gui_fixed.py +++ b/src/toolManager/gui_fixed.py @@ -37,7 +37,7 @@ "desc": "PCB design and schematic capture tool" }, "ngspice": { - "versions": ["latest", "35", "36", "37", "38", "39", "41", "42"], + "versions": ["latest", "35", "36", "37", "38", "39", "40", "41", "42"], "desc": "SPICE-based analog circuit simulator" }, "llvm": {