From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id WC3wFrakUGITUAEAgWs5BA (envelope-from ) for ; Fri, 08 Apr 2022 23:10:14 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id qOOcE7akUGJ/swAAauVa8A (envelope-from ) for ; Fri, 08 Apr 2022 23:10:14 +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 05BF21F52F for ; Fri, 8 Apr 2022 23:10:13 +0200 (CEST) Received: from localhost ([::1]:54836 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ncvrw-0007P6-Lo for larch@yhetil.org; Fri, 08 Apr 2022 17:10:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44600) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncvrm-0007OZ-M1 for guix-patches@gnu.org; Fri, 08 Apr 2022 17:10:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42194) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ncvrm-0001Qq-CK for guix-patches@gnu.org; Fri, 08 Apr 2022 17:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ncvrm-0007tW-5g for guix-patches@gnu.org; Fri, 08 Apr 2022 17:10:02 -0400 Subject: bug#54589: [PATCH] gnu: emacs-geiser: Update to 0.23.1. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 08 Apr 2022 21:10:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54589 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: moreinfo patch To: Olivier Dion Cc: 54589-done@debbugs.gnu.org Mail-Followup-To: 54589@debbugs.gnu.org, ludo@gnu.org, olivier.dion@polymtl.ca Received: via spool by 54589-done@debbugs.gnu.org id=D54589.164945218230313 (code D ref 54589); Fri, 08 Apr 2022 21:10:01 +0000 Received: (at 54589-done) by debbugs.gnu.org; 8 Apr 2022 21:09:42 +0000 Received: from localhost ([127.0.0.1]:36090 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ncvrS-0007sr-6S for submit@debbugs.gnu.org; Fri, 08 Apr 2022 17:09:42 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51218) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ncvrR-0007sg-6I for 54589-done@debbugs.gnu.org; Fri, 08 Apr 2022 17:09:41 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45990) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncvrK-0001N1-9O; Fri, 08 Apr 2022 17:09:35 -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=Ipc8FUbmJFI5Nrn+I9yKq6CM1OScewrarRAN6g9bNF8=; b=XuJ2xQP50ysfeCakWMgO 7/nzA1CEAH05TaHSJJSJGvAtM/m/mZcpcN9KVTD/F2EMvfY73z+s3yiyxqmNXfPkwYfBd3HKzyLOs OixLfAr1Q/zUqURvt6+KTbB3VEoB5gJrMuy4ClmJcW3+7vYHQfWtl1eOoi9WvMlF4giG2GFAJJ2Cx KeG7DhfQJCq7xca5pulNwkRMeKuc9cpdd/HfzQIJNIhkhJoIdTSuc0Dk8mqYF6Ac9sWZxCcJXlcJe q1FiTdINXiiBlddlBlMkhIm1G5+IFp7kVCWGmzr/SF6xDWwbz03CdUxaglO9vfpuWIV3V6UoNP2uB 9OD8spm38rSN2g==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:58479 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncvrJ-0001PQ-6p; Fri, 08 Apr 2022 17:09:33 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <9a60062f0fe04694a063d7d872a1963e9069598a.1648336239.git.olivier.dion@polymtl.ca> <87fsn13y42.fsf@gnu.org> <87bkxfvwnj.fsf@laura> Date: Fri, 08 Apr 2022 23:09:31 +0200 In-Reply-To: <87bkxfvwnj.fsf@laura> (Olivier Dion's message of "Tue, 05 Apr 2022 21:16:32 -0400") Message-ID: <87y20f9t9w.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.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" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1649452214; 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-to: 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=Ipc8FUbmJFI5Nrn+I9yKq6CM1OScewrarRAN6g9bNF8=; b=niLKxmPAFI1JZuy6xW1N9aTLAWpx3j3k6lKpKVswhLfRQ5JkN82ulKWiNifr2q+U91res9 PP2Xn6q1vcNO5Mpkf6Z4XkIPGyMlAYeMGbEXCTzNw6n/EF3xWpIAyQjJlpKZGBVyXyvf1H O1TwkN3ZmX1I9qax/bHRdEIUY6vRKF0VjdgHktIsz1K26u8OkhIPKCJLUlbrW0AjbRVLLu vBr3ey0ukazN4NFERAFY+qxPSh6w3uWpfE3/cbuULwIejO+cdceS4lrUIg5P/ZQw2KV62K bF79RM9MZKm6dxYPvEX1cQG1wl7OUUIukE0vAgzW62Sq1qYKPrWgBLFtEfrWig== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1649452214; a=rsa-sha256; cv=none; b=NHNobzzw+jDGmDr694qO2fGttfU+Or9rGXNWA2gVuQ8GhFHtoaAseKcPoSsSkaWhV03YOg TDolcvptF+RF/2dA9UmuMeU47YbUPEtfC+WLuz8gYiWdnxdHHBWv23Aa22DionmWdJbkul xrJ+C0eiCyZxkV5vsnQeHEygrLbzLxDnH9dzx2ZXAhYVa/K1XNgX3Rr7MyO5fP3LyBMvkK +8njWFj5UBQM2xa2P2iKK5b/iHzwDHeAxk/tAn6t47nl6KllTqcxl7kuo+94c117BGb+ii AbYXUPAPtK16e69y2ILh5eIK5BLPJIOMM0D6P6SMtE1jf/KxeuEtqeInVr6GIA== 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=XuJ2xQP5; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Spam-Score: -3.27 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=XuJ2xQP5; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Queue-Id: 05BF21F52F X-Spam-Score: -3.27 X-Migadu-Scanner: scn0.migadu.com X-TUID: iaQ9c41d/5fg Hi, Olivier Dion skribis: > I don't think so? Emacs geiser is already bumped at version 0.23.1, but > the commit that introduced that change forgot to add the new dependency > `emacs-project`. > > I think that the commit message is confusing, sorry for that. It should > probably be `Add missing dependency ` and not `Update to ...`. Let me > know what you think. Indeed, I had overlooked that. Committed with the commit message adjusted accordingly. Thanks, Ludo=E2=80=99.