Andy Wingo <wi...@pobox.com> writes: > wingo pushed a commit to branch master > in repository guix. > > commit c42602b5cb618f8fb8ce65af37c89b40a22f440c > Author: Andy Wingo <wi...@igalia.com> > Date: Sun Mar 6 19:00:29 2016 +0100 > > gnu: elogind: Update to 219.13. > > * gnu/packages/freedesktop.scm (elogind): Update to 219.13. Remove > build fix that is no longer needed. Update home page.
[...] > (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). Mark