From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id OPSWBVHa5WQT2QAASxT56A (envelope-from ) for ; Wed, 23 Aug 2023 12:07:13 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id KD+EBVHa5WSlWAAA9RJhRA (envelope-from ) for ; Wed, 23 Aug 2023 12:07:13 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id C5142459E6 for ; Wed, 23 Aug 2023 12:07:12 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="LXlfVo/K"; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1692785232; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=kbdpE4N12/5x02cu8aoCTirikChFB708xEcvfXhMBYs=; b=ZY24dW4uHIsjJIsVMJTB4mfdQLJ3Ca5HKEYXRasJFwMD+m7KUFR/uikvkwDFVZlwSXZAUz M/2XGsS+29NwpnAMxh3dlh2se75RzEgpox2zHvnpyjUqVHDs067HQIH8KdJ6hm3qFv0VEy 9iHiqiM5i4jnbgO6jhn7WyWS7faURl34kWI6zrXCY+mjmNHGtFHzPxBFoHigTdOd/7NGJF HhsVR0ARlUPyYagUTQLw/j/QQxHNQjidMz4zsXLqoc593e9Jn9UsgkU71uNo9aMZpdVTQd slhiN2FH2iOl05rzUN4fJ6QKE0PqHNJPSD8VIm4CUPWdgWu528X8gMP34nNQ3g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="LXlfVo/K"; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1692785232; a=rsa-sha256; cv=none; b=d9IGSHH8MMSwFFJSqCyz79fIRcxQXyW/VeRvRniwM0wNGlTffNl24yyh8GbLVvflX3WR7M VS8aDXAphWqVVDg9ufDvyNXVt43WhukWx1GeAfWwv17QruVzc3iNyjoOnFMLLSia8Wf8Sh pums5Mu+Ujj2Arlc/+IXNwhLbQXqfqTujbYBBaCfMG9hCRdXLWfdLLKMmzCW1jwC+UWhFg ZTVaTdha4T/TCxVZay+l4fgcOmnaq9QJr4w2H+x12ky6+nrawriAF0lL6jmUt8NKMtgaWV NJjV2A+hzF2TpSw6MjaOFutWG2+kE22huJA4KCirI2M5z2lS2FjqWKaABIe+Dg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qYklT-0002yL-GD; Wed, 23 Aug 2023 06:07:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qYklP-0002yB-SF for guix-patches@gnu.org; Wed, 23 Aug 2023 06:07:01 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qYklP-0006XG-B1 for guix-patches@gnu.org; Wed, 23 Aug 2023 06:06:59 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qYklS-0003dH-7J for guix-patches@gnu.org; Wed, 23 Aug 2023 06:07:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65000] [PATCH] gnu: emacs-next: Update to 29.1. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 23 Aug 2023 10:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65000 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Liliana Marie Prikler Cc: 65000@debbugs.gnu.org, Tobias Geerinckx-Rice , Andrew Tropin Received: via spool by 65000-submit@debbugs.gnu.org id=B65000.169278522113956 (code B ref 65000); Wed, 23 Aug 2023 10:07:02 +0000 Received: (at 65000) by debbugs.gnu.org; 23 Aug 2023 10:07:01 +0000 Received: from localhost ([127.0.0.1]:32870 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qYklQ-0003d2-RW for submit@debbugs.gnu.org; Wed, 23 Aug 2023 06:07:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53688) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qYklP-0003cp-2m for 65000@debbugs.gnu.org; Wed, 23 Aug 2023 06:06:59 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qYklF-0006Ws-12; Wed, 23 Aug 2023 06:06:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=kbdpE4N12/5x02cu8aoCTirikChFB708xEcvfXhMBYs=; b=LXlfVo/KMkIgNnoyA0fR SFbTwiBXs4hqWKobx/4nWoNpA3S6fqDJDwo79rm3I0AKXayL3V2TIwlB9qyJSX4BmF5T01Db5by9z 0oi3pzruEq1xY5VsBq8Yebads7dlSTZAB03IR7cUwrdyODVItJBZ1ncrZGALncF8vcTf5JKLZdGKz Mz3jalJgy+T4tBYpo4afIBE/QSaFBpk5vX6sP1HZLPw9fqaIA/r3azKeZZ3oeHJbeL5bBpm/sN7cu Irelsh/UArUfWLhwTU16Xw815WWYbHSfp0IdT+2G/ARDniUcI1FesxaUuMeD5Grem6TZJDg2S5STv O+oIoCja1nb49A==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <4d89b94c52a511c47151e44c0102cc974f7aab11.1690675204.git.me@tobias.gr> <3349a50d700a2112a31ac4ce6cc6639d3b4cf1e2.1691001942.git.liliana.prikler@gmail.com> Date: Wed, 23 Aug 2023 12:06:45 +0200 In-Reply-To: <3349a50d700a2112a31ac4ce6cc6639d3b4cf1e2.1691001942.git.liliana.prikler@gmail.com> (Liliana Marie Prikler's message of "Wed, 2 Aug 2023 20:30:11 +0200") Message-ID: <87o7iy139m.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx2.migadu.com X-Migadu-Spam-Score: -5.41 X-Spam-Score: -5.41 X-Migadu-Queue-Id: C5142459E6 X-TUID: oGq6x3Q4BjIt Hi, Liliana Marie Prikler skribis: > * gnu/packages/emacs.scm (emacs-minimal): Update to 29.1. > [source]: Use url-fetch again. Looking forward to it! What=E2=80=99s the status? shows that a lot has been built already, though there are new failures on x86_64-linux. > (define-public emacs-minimal > (package > (name "emacs-minimal") > - (version "29.0.92") > + (version "29.1") Hmm on =E2=80=98master=E2=80=99 =E2=80=98emacs-minimal=E2=80=99 is at 28.2,= not 29.0.92. What branch is this? Thanks, Ludo=E2=80=99.