From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id wI6HOBeAfmKFDQEAbAwnHQ (envelope-from ) for ; Fri, 13 May 2022 17:58:15 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id kJ1xOBeAfmImPwEA9RJhRA (envelope-from ) for ; Fri, 13 May 2022 17:58:15 +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 9889717623 for ; Fri, 13 May 2022 17:58:15 +0200 (CEST) Received: from localhost ([::1]:47708 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1npXgE-0001jJ-R4 for larch@yhetil.org; Fri, 13 May 2022 11:58:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48144) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npXZG-0007oc-7y for guix-patches@gnu.org; Fri, 13 May 2022 11:51:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50853) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1npXZF-000164-Tv for guix-patches@gnu.org; Fri, 13 May 2022 11:51:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1npXZF-00060m-T3 for guix-patches@gnu.org; Fri, 13 May 2022 11:51:01 -0400 Subject: bug#55378: [PATCH] gnu: xonsh: Update to 0.12.4 Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 13 May 2022 15:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55378 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: arkhan@disroot.org Cc: 55378-done@debbugs.gnu.org Mail-Followup-To: 55378@debbugs.gnu.org, ludo@gnu.org, arkhan@disroot.org Received: via spool by 55378-done@debbugs.gnu.org id=D55378.165245703923061 (code D ref 55378); Fri, 13 May 2022 15:51:01 +0000 Received: (at 55378-done) by debbugs.gnu.org; 13 May 2022 15:50:39 +0000 Received: from localhost ([127.0.0.1]:44749 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1npXYt-0005zt-5E for submit@debbugs.gnu.org; Fri, 13 May 2022 11:50:39 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54598) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1npXYn-0005zK-Ik for 55378-done@debbugs.gnu.org; Fri, 13 May 2022 11:50:37 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35748) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npXYh-00011W-EW; Fri, 13 May 2022 11:50:28 -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=nfqSh7vyy1R9TKRmYmeJMyXBRZC2s4MsKPNYkD6ZSwc=; b=N7lVFfRfJi0wn9i32m2p LsIPJ2XSwvgca2wS+/klzar55h3PLnK3qa6w2nttWW1pfmS8TvKyr45L4zYlMwJvhZ3BkaKkqoxzU Z9DPDIu+7FbCTQASB2eSlI8iN9y7BcXttVXTX1Rr11OKqHDFa1Hpf5QM09f9W60h+UpxlYMjnUBJY 9aR0dP6zFRCK8fcnyKqCBFDJl2P/DMimYuO3EB/DBX3LuoM2W1WttINvo8GUUrWEPsOL6sQezeGEm 82GviDVvMC5Ra5/fvJo0msBjdD5uMw7GW/vtRfy9G+Na0C1BxXcyjAAXjvPcwVfRJKm6slhKWlGqF 7NYVkwqv0n5EFw==; Received: from [193.50.110.244] (port=52718 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npXYO-0008E3-PH; Fri, 13 May 2022 11:50:25 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <352d02ed7b82ddebdcaeba011f93aaf4f4a0528c@disroot.org> Date: Fri, 13 May 2022 17:50:06 +0200 In-Reply-To: <352d02ed7b82ddebdcaeba011f93aaf4f4a0528c@disroot.org> (arkhan@disroot.org's message of "Wed, 11 May 2022 23:55:51 +0000") Message-ID: <87r14xfn4h.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=1652457495; 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=nfqSh7vyy1R9TKRmYmeJMyXBRZC2s4MsKPNYkD6ZSwc=; b=NXY/9w8VajxDRGDBGTXXmQPoztjZCqDaek5oq+J+h2vsAkXLjFJw1+8KgZuY/6KtHNrldR N6guBozYVxvS/T+AZOQu1xAYEZg/tLPOa+KkK2VAOckjbcHIsVG3M+wGupDpgyTsx64Po0 v/PQeWoF9Onfpe7AyAqGly8SlbX3qLOQ7y19EPjusm9xv7YPeek2als3Fi4xKpCVCNoYs/ 4Mah8F8630iQhZuPI5Z69oH5LpXASglUubzGuMFcOMdUdBAM2vSjYtNHb/aHSXYhv44Ufy SBqg1qOraW5gqN5T6bWth8hvt9z6Y9iHHuSKClPK9bTdn+5pWF2j8POcP9O5Pg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1652457495; a=rsa-sha256; cv=none; b=VdSipqhqX7TDzv148RcBSqIs8B1UN7ExhIGQ9lD5C3vb1ujwc6cQDMnwystADyEJddqBNp sf7+/ZkJUv0QnQXUgrK3GyxgLjW+SKT5fPRCvu58oZMFM6/xYKhFTXEAI7mrTZv2l8+X8H Qh0kcxgrTjQywbvRbkpf3SIXq5aw9a9+Dcg1qjB7Kt6ELdN8+0NgS00C+T+QG+noBHplD1 dtWhedGCEwZqC+7romjcuIOkeAAxG7iiQ1F5IHV4elggsXBgDQNK0qpL3wqNqSD58fx11I GIBYLPnnRb26l9ZdUerTSxQGq516y76hsf2L0CVDYiv2DFFHtAZ3uLuxhbI+ZQ== 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=N7lVFfRf; 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.93 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=N7lVFfRf; 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: 9889717623 X-Spam-Score: -3.93 X-Migadu-Scanner: scn1.migadu.com X-TUID: VN3sd3RSoAng Hi, arkhan@disroot.org skribis: >>>From 70d42eba0c1f764956ad319853a5a1da7eb3da2a Mon Sep 17 00:00:00 2001 > From: arkhan > Date: Wed, 11 May 2022 16:04:40 -0500 > Subject: [PATCH] Update xonsh 0.12.4 > > --- > gnu/packages/shells.scm | 21 +++++++++++++++------ > 1 file changed, 15 insertions(+), 6 deletions(-) I applied and tweaked the commit log. Thanks! Ludo=E2=80=99.