python312Packages.pyspice: normalize pname

This commit is contained in:
Felix Buehler 2024-03-17 22:35:27 +01:00
parent ccab9e2120
commit 9fa44aba86
1 changed files with 3 additions and 2 deletions

View File

@ -14,12 +14,13 @@
}:
buildPythonPackage rec {
pname = "PySpice";
pname = "pyspice";
version = "1.5";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
pname = "PySpice";
inherit version;
sha256 = "d28448accad98959e0f5932af8736e90a1f3f9ff965121c6881d24cdfca23d22";
};