From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 02/02: gnu: elogind: Update to 219.13. Date: Mon, 07 Mar 2016 19:43:04 -0500 Message-ID: <877fhdiyuf.fsf@netris.org> References: <20160307201324.12293.43199@vcs.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ad5kG-0002W4-QC for guix-devel@gnu.org; Mon, 07 Mar 2016 19:43:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ad5kC-0008MA-Qo for guix-devel@gnu.org; Mon, 07 Mar 2016 19:43:28 -0500 Received: from world.peace.net ([50.252.239.5]:34934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ad5kC-0008Kq-Mq for guix-devel@gnu.org; Mon, 07 Mar 2016 19:43:24 -0500 In-Reply-To: (Andy Wingo's message of "Mon, 07 Mar 2016 20:13:25 +0000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andy Wingo Cc: guix-devel@gnu.org Andy Wingo writes: > wingo pushed a commit to branch master > in repository guix. > > commit c42602b5cb618f8fb8ce65af37c89b40a22f440c > Author: Andy Wingo > 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