Unverified Commit 6ae950cc authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.ntc-templates: 5.1.0 -> 6.0.0 (#328080)

parents 8c4e3868 d4c04bb2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "ntc-templates";
  version = "5.1.0";
  version = "6.0.0";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "networktocode";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-SnmI1/lB1p/zldgn9jIid4yJ5+ubr5mh/IAqXY/1Wbc=";
    hash = "sha256-E8n4ZcCH8xxU5XXVxQUl8844RnRpnbHy/LnjHlz7Eeg=";
  };

  nativeBuildInputs = [ poetry-core ];