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

This commit is contained in:
Fabian Affolter
2025-03-29 09:28:51 +01:00
committed by GitHub
@@ -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 ];