python38Packages.ntc-templates: 2.2.2 -> 2.3.0

This commit is contained in:
R. RyanTM 2021-08-28 10:12:03 +00:00
parent ac0b44b1ee
commit c7cccc55fe

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "ntc-templates";
version = "2.2.2";
version = "2.3.0";
format = "pyproject";
disabled = isPy27;
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "networktocode";
repo = pname;
rev = "v${version}";
sha256 = "1f2hmayj95j3fzkyh9qvl58z0l9j9mlsi8b2r9aa2fy753y5a73b";
sha256 = "1a9v2j9s7niyacglhgp58zg1wcynakacz9zg4zcv2q85hb87m2m9";
};
nativeBuildInputs = [