diff --git a/npp.sls b/npp.sls index 875717291..5ad1f5799 100644 --- a/npp.sls +++ b/npp.sls @@ -6,6 +6,13 @@ {% endif %} npp: {% for version in [ + '8.6.2', + '8.6.1', + '8.6', + '8.5.8', + '8.5.7', + '8.5.6', + '8.5.5', '8.5.4', '8.5.3', '8.5.2', @@ -70,6 +77,9 @@ npp: # correctly in `pkg.list_pkgs` and to allow for removal using `pkg.remove` # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {% for version in [ + '8.6.2', + '8.6.1', + '8.6', '7.6.6', '7.6.5', '7.6.4',