python3Packages.ntc-templates: 7.9.0 -> 8.1.0

https://github.com/networktocode/ntc-templates/releases/tag/v8.1.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:40 +01:00
parent 2a66c41b11
commit 60131f4fbb
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "ntc-templates";
version = "7.9.0";
version = "8.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "networktocode";
repo = "ntc-templates";
tag = "v${version}";
hash = "sha256-ujWPcVqwdtMlCkTZP/PJ3oMR60F6IHrZXXhcNT7JmmM=";
hash = "sha256-J1Icf9UG5IMYBH90Mfxd+p+rk57z2OXQENnoRAaepN4=";
};
build-system = [ poetry-core ];