Commit e67ae02b authored by R. RyanTM's avatar R. RyanTM Committed by aleksana
Browse files

lctime: 0.0.26 -> 0.0.27

parent e883cb96
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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