diff --git a/pkgs/by-name/lc/lctime/package.nix b/pkgs/by-name/lc/lctime/package.nix index 08db563674bd..ceaa45443ccd 100644 --- a/pkgs/by-name/lc/lctime/package.nix +++ b/pkgs/by-name/lc/lctime/package.nix @@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec { pname = "lctime"; - version = "0.0.26"; + version = "0.0.27"; pyproject = true; src = fetchFromGitea { @@ -19,7 +19,7 @@ python3Packages.buildPythonApplication rec { owner = "librecell"; repo = "lctime"; tag = version; - hash = "sha256-oNmeV8r1dtO2y27jAJnlx4mKGjhzL07ad2yBdOLwgF0="; + hash = "sha256-KKZhsKNTr+J5+rLUdlwGMsUCa6NYY1X9yaujPe1c0Do="; }; build-system = with python3Packages; [ @@ -30,7 +30,6 @@ python3Packages.buildPythonApplication rec { joblib klayout liberty-parser - matplotlib networkx numpy pyspice @@ -38,6 +37,8 @@ python3Packages.buildPythonApplication rec { sympy ]; + optional-dependencies.debug = with python3Packages; [ matplotlib ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ngspice