On Tue 08 Mar 2016 02:46, Mark H Weaver <m...@netris.org> writes: > Mark H Weaver <m...@netris.org> writes: > >> Andy Wingo <wi...@pobox.com> writes: >> >>> (define-public elogind >>> (package >>> (name "elogind") >>> - (version "219.12") >>> + (version "219.13") >>> (source (origin >>> (method url-fetch) >>> (uri (string-append "https://wingolog.org/pub/" name "/" >>> name "-" version ".tar.xz")) >> >> This fails to build, because the source tarball is not on your website. >> Specifically, https://wingolog.org/pub/elogind/elogind-219.13.tar.xz >> returns 404 (Not Found). > > I just noticed that the tarball is on your website, but in the wrong > directory. It's at <https://wingolog.org/pub/elogind-219.13.tar.xz>. > I ran "guix download" on Hydra to avoid a build failure there.
Good catch; classic error. Fixed to put the tarball in the right place. Andy