Unverified Commit c85b2047 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.ntc-templates: 7.7.0 -> 7.8.0 (#394115)

parents 8152d1fe 9d1c3bde
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "ntc-templates";
  version = "7.7.0";
  version = "7.8.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "networktocode";
    repo = "ntc-templates";
    tag = "v${version}";
    hash = "sha256-B5gKCvouqxzH5BoMpV9I6aLuUYbfdjABqjtzkXWs0Uw=";
    hash = "sha256-v9+d9nZiYneG3vULtQZsa/gD6FCyBrrbGxUJsv1sMYA=";
  };

  build-system = [ poetry-core ];