From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fAb7c-00053y-12 for guix-patches@gnu.org; Mon, 23 Apr 2018 09:03:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fAb7W-0004VL-Fp for guix-patches@gnu.org; Mon, 23 Apr 2018 09:03:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56939) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fAb7W-0004VE-CE for guix-patches@gnu.org; Mon, 23 Apr 2018 09:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fAb7W-0004Oy-3a for guix-patches@gnu.org; Mon, 23 Apr 2018 09:03:02 -0400 Subject: [bug#30804] [PATCH] gnu: hop: Fix source hash. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180313194129.6500-1-me@tobias.gr> <87h8pake4r.fsf@posteo.net> Date: Mon, 23 Apr 2018 15:02:42 +0200 In-Reply-To: <87h8pake4r.fsf@posteo.net> (Kei Kebreau's message of "Tue, 20 Mar 2018 10:36:36 -0400") Message-ID: <87tvs213f1.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Kei Kebreau Cc: 30804@debbugs.gnu.org Hi Kei & Tobias, Kei Kebreau skribis: > Tobias Geerinckx-Rice writes: > >> * gnu/packages/scheme.scm (hop)[source]: Fix sha256 hash. >> --- >> >> Guix, Kei, >> >> Building hop fails with a hash mismatch. Here's what I get now, however:= =20 >> >> - I don't have a copy of the original tarball with which to compare. >> - The build now fails with =E2=80=98cc: command not found=E2=80=99, and = I assume it >> didn't previously. >> >> Could you investigate? [...] > The one copy of hop's source I have in my /gnu/store has a hash > different than both of these: > 0bq7f4z33kg4dyqlhz004sdgf04a5zrlhdknil0is2vf4pg0v5hx. > > The diff between my copy and the latest copy is attached. It=E2=80=99s the unfortunately usual case of last-minute update-in-place changes. I think you can go ahead and push the patch, comrades. Thanks, Ludo=E2=80=99.