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:
@@ -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 = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user