# Julia registry not getting updated

**URL:** https://discourse.julialang.org/t/julia-registry-not-getting-updated/80405
**Category:** General Usage
**Tags:** pkg, registry
**Created:** [May 3, 2022, 6:49am UTC](https://discourse.julialang.org/t/julia-registry-not-getting-updated/80405 "2022-05-03T06:49:32Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ufechner7](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ufechner7/32/51363_2.png) [@ufechner7](https://discourse.julialang.org/u/ufechner7)
#### Post date: [May 3, 2022, 6:49am UTC](https://discourse.julialang.org/t/julia-registry-not-getting-updated/80405/1 "2022-05-03T06:49:32Z")

</div>

I updated my package [https://github.com/ufechner7/KiteModels.jl](https://github.com/ufechner7/KiteModels.jl) to version 0.3.3 eight hours ago, but if I do:

```julia
mkdir tmp
cd tmp
julia --project="."
using Pkg
Pkg.add("KiteModels")

```

I still get version 0.3.2.

Is the package server infrastructure for Europe (NL) broken?

---

<div class="post-metadata">

### Author: ![ufechner7](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ufechner7/32/51363_2.png) [@ufechner7](https://discourse.julialang.org/u/ufechner7)
#### Post date: [May 3, 2022, 8:37am UTC](https://discourse.julialang.org/t/julia-registry-not-getting-updated/80405/2 "2022-05-03T08:37:50Z")

</div>

I created a bug report: [PkgServer synchronization · Issue #59568 · JuliaRegistries/General · GitHub](https://github.com/JuliaRegistries/General/issues/59568)
