python38Packages.ntc-templates: 2.2.0 -> 2.2.2

This commit is contained in:
R. RyanTM
2021-08-21 23:57:27 -07:00
committed by Jonathan Ringer
parent 9e62ee7a19
commit d3806e1927
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "ntc-templates";
version = "2.2.0";
version = "2.2.2";
format = "pyproject";
disabled = isPy27;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "networktocode";
repo = pname;
rev = "v${version}";
sha256 = "18v47sd301y6zdl5yria0z8s9cx7f9rvj3gq27fd7p7h9lkll984";
sha256 = "1f2hmayj95j3fzkyh9qvl58z0l9j9mlsi8b2r9aa2fy753y5a73b";
};
nativeBuildInputs = [