python3Packages.ntc-templates: 4.0.1 -> 4.3.0

https://github.com/networktocode/ntc-templates/releases/tag/v4.3.0
This commit is contained in:
Martin Weinelt
2024-03-12 18:24:35 +01:00
parent 534f7352ab
commit 87a0bccaf0
@@ -4,14 +4,16 @@
, pythonOlder
, poetry-core
, textfsm
, invoke
, pytestCheckHook
, ruamel-yaml
, toml
, yamllint
}:
buildPythonPackage rec {
pname = "ntc-templates";
version = "4.0.1";
version = "4.3.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -20,7 +22,7 @@ buildPythonPackage rec {
owner = "networktocode";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-tenztWqSjVVDJygBvJpdLFbKmz+TPKYu0UhscqJBhLc=";
hash = "sha256-zTJNatg5s5Y9uJ/42uhBltvP69qDsdTRIOCt5OuLwQc=";
};
nativeBuildInputs = [
@@ -32,8 +34,10 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
invoke
pytestCheckHook
ruamel-yaml
toml
yamllint
];