On Julia v1.1.0, Pkg.update() does not upgrade the package RandomNumbers to the latest version. There is no error, but RandomNumbers remains at v1.0.3.
On Julia v0.7.0 and v1.0.3, RandomNumbers is successfully upgraded to the latest version v1.2.0.
I note that Pkg.status() shows an indicator character after the version (this from Juno, Windows console cannot display the character)
[e6cf234a] RandomNumbers v1.0.3 ⚲
What does this mean?
Is there a way to determine why a package is not being upgraded?
Reference:
Discourse topic: Diagnostics for Pkg.update() non-latest version
Open issue: Pkg.status() should indicate packages that are downgraded · Issue #688 · JuliaLang/Pkg.jl · GitHub