There are only two ways to change the value of parameter,
1. during instantiation of module, interface, program block or class… or
2. using “defparam” statement.
As we can not instantiate package, the first option won’t work with package and the defparam statement works only with module, interface and program block. So, as per my understanding there is no way to override the value of parameter declared inside the package.