From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id AP0mBJ/FiF+KDgAA0tVLHw (envelope-from ) for ; Thu, 15 Oct 2020 21:56:47 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id ENV1O57FiF/SWwAAbx9fmQ (envelope-from ) for ; Thu, 15 Oct 2020 21:56:46 +0000 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 2A68E9402A8 for ; Thu, 15 Oct 2020 21:56:46 +0000 (UTC) Received: from localhost ([::1]:53316 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kTBEq-0004QG-FT for larch@yhetil.org; Thu, 15 Oct 2020 17:56:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52824) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kTBDC-0002N2-0l for guix-patches@gnu.org; Thu, 15 Oct 2020 17:55:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45261) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kTBDB-0005QI-Lb for guix-patches@gnu.org; Thu, 15 Oct 2020 17:55:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kTBDB-00005X-IP for guix-patches@gnu.org; Thu, 15 Oct 2020 17:55:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#44024] [PATCH] gnu: emacs-request: Update to latest commit. Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 15 Oct 2020 21:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44024 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Niklas Eklund Cc: 44024@debbugs.gnu.org Received: via spool by 44024-submit@debbugs.gnu.org id=B44024.1602798893316 (code B ref 44024); Thu, 15 Oct 2020 21:55:01 +0000 Received: (at 44024) by debbugs.gnu.org; 15 Oct 2020 21:54:53 +0000 Received: from localhost ([127.0.0.1]:56807 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTBD3-000052-3f for submit@debbugs.gnu.org; Thu, 15 Oct 2020 17:54:53 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:50955) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTBD1-0008WS-LD for 44024@debbugs.gnu.org; Thu, 15 Oct 2020 17:54:52 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 7B10260003; Thu, 15 Oct 2020 21:54:44 +0000 (UTC) From: Nicolas Goaziou References: <875z7bp6yi.fsf@posteo.net> Date: Thu, 15 Oct 2020 23:54:43 +0200 In-Reply-To: <875z7bp6yi.fsf@posteo.net> (Niklas Eklund's message of "Thu, 15 Oct 2020 22:31:01 +0200") Message-ID: <87ft6fb1ek.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) 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-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: LtVix1KjOCYa Hello, Niklas Eklund writes: > This patch updates emacs-request to the latest commit on git. The reason for > updating the package is that early this year a patch was merged which allowed > emacs-request to utilize the auth-source package providing a more convenient > experience for users and package developers. Thank you. Could you add a comment explaining the above at the top of the package definition and send it again? Regards, -- Nicolas Goaziou