merge 57675 57674 thanks On 19-09-2022 08:24, Jacob Hrbek wrote: > -(define-public gnome-todo > +(define-public endeavour > (package > - (name "gnome-todo") > - (version "41.0") > + (name "endeavour") > + (version "42.0") > (source (origin > (method url-fetch) > (uri (string-append "mirror://gnome/sources/" name "/" You forgot to adjust the hash. As such, if it builds, it uses the source code corresponding to the old hash -- i.e., it effectively builds gnome-todo@41.0. Greetings, Maxime.