Merge pull request #136347 from r-ryantm/auto-update/python3.8-ntc-templates

authored by Martin Weinelt and committed by GitHub d99cb5bd 3e31a8d0

+2 -2
+2 -2
pkgs/development/python-modules/ntc-templates/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "ntc-templates"; 14 - version = "2.3.0"; 14 + version = "2.3.1"; 15 15 format = "pyproject"; 16 16 disabled = isPy27; 17 17 ··· 19 19 owner = "networktocode"; 20 20 repo = pname; 21 21 rev = "v${version}"; 22 - sha256 = "1a9v2j9s7niyacglhgp58zg1wcynakacz9zg4zcv2q85hb87m2m9"; 22 + sha256 = "0s4my422cdmjfz787a7697938qfnllxwx004jfp3a8alzw2h30g1"; 23 23 }; 24 24 25 25 nativeBuildInputs = [