python38Packages.ntc-templates: 2.3.1 -> 2.3.2

This commit is contained in:
R. RyanTM 2021-09-14 12:25:53 +00:00
parent 6f5e9a6f7b
commit 9b0e2591b7

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "ntc-templates";
version = "2.3.1";
version = "2.3.2";
format = "pyproject";
disabled = isPy27;
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "networktocode";
repo = pname;
rev = "v${version}";
sha256 = "0s4my422cdmjfz787a7697938qfnllxwx004jfp3a8alzw2h30g1";
sha256 = "0sga86ajbh3a8wsb7q5mxzxhlg4fds8pr33ybjgi1sda4bvp2dvp";
};
nativeBuildInputs = [