The package manager keeps a cache of available versions of modules locally for each repo. This is useful for more performant dependency resolution. However, at time of installing a module, this cache should be updated so that it is working against latest info. Currently the cache is only updated when the repo is created or if manually forced to update using the repo command.