# Is the Pkg3 Uncurated registry being updated?

**URL:** https://discourse.julialang.org/t/is-the-pkg3-uncurated-registry-being-updated/10507
**Category:** Tooling
**Created:** [April 24, 2018, 1:25pm UTC](https://discourse.julialang.org/t/is-the-pkg3-uncurated-registry-being-updated/10507 "2018-04-24T13:25:30Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![dmbates](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dmbates/32/44_2.png) [@dmbates](https://discourse.julialang.org/u/dmbates)
#### Post date: [April 24, 2018, 1:25pm UTC](https://discourse.julialang.org/t/is-the-pkg3-uncurated-registry-being-updated/10507/1 "2018-04-24T13:25:30Z")

</div>

It seems to have been a long time since any of the packages in my v0.7.0-DEV managed by `Pkg3` have been updated. Is the daily update of the Uncurated registry still taking place?

---

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [April 24, 2018, 1:41pm UTC](https://discourse.julialang.org/t/is-the-pkg3-uncurated-registry-being-updated/10507/2 "2018-04-24T13:41:49Z")

</div>

I just found a bug that made the registry not update: [https://github.com/JuliaLang/Pkg3.jl/pull/258](https://github.com/JuliaLang/Pkg3.jl/pull/258) ☹

It should be fixed on julia master in ~ a day when I merge the update.  
For now, you can go to `~/.julia/registries/Uncurated` and do a `git pull` because the registry itself is being updated, it is just Pkg3 that fails to bring those updates in.
