python3Packages.ntc-templates: 7.5.0 -> 7.6.0

https://github.com/networktocode/ntc-templates/releases/tag/v7.6.0
This commit is contained in:
Martin Weinelt
2025-01-27 10:56:17 +01:00
parent 47b295a963
commit f1ca6f5ddc
@@ -47,7 +47,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "TextFSM templates for parsing show commands of network devices";
homepage = "https://github.com/networktocode/ntc-templates";
changelog = "https://github.com/networktocode/ntc-templates/releases/tag/v${version}";
changelog = "https://github.com/networktocode/ntc-templates/releases/tag/${src.tag}";
license = licenses.asl20;
maintainers = [ ];
};