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 ms9.migadu.com with LMTPS id sC/ZHj0hkmT/agAASxT56A (envelope-from ) for ; Tue, 20 Jun 2023 23:59:25 +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 sK3EHj0hkmQzCAAA9RJhRA (envelope-from ) for ; Tue, 20 Jun 2023 23:59:25 +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 52E483CA31 for ; Tue, 20 Jun 2023 23:59:25 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qBjNe-00043N-8h; Tue, 20 Jun 2023 17:59:19 -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 1qBjNO-00042S-Ta for guix-patches@gnu.org; Tue, 20 Jun 2023 17:59:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qBjNO-0000lZ-LE for guix-patches@gnu.org; Tue, 20 Jun 2023 17:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qBjNO-0000Ut-HL for guix-patches@gnu.org; Tue, 20 Jun 2023 17:59:02 -0400 Subject: bug#64033: [PATCH] gnu: Update go-github-com-mattn-go-runewidth to 0.0.14 Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 20 Jun 2023 21:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 64033 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Cc: 64033-done@debbugs.gnu.org Mail-Followup-To: 64033@debbugs.gnu.org, ludo@gnu.org, mcsinyx@disroot.org Received: via spool by 64033-done@debbugs.gnu.org id=D64033.16872983291890 (code D ref 64033); Tue, 20 Jun 2023 21:59:02 +0000 Received: (at 64033-done) by debbugs.gnu.org; 20 Jun 2023 21:58:49 +0000 Received: from localhost ([127.0.0.1]:60078 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qBjNB-0000UP-8F for submit@debbugs.gnu.org; Tue, 20 Jun 2023 17:58:49 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37586) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qBjN9-0000UC-4L for 64033-done@debbugs.gnu.org; Tue, 20 Jun 2023 17:58:47 -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 1qBjN3-0000DD-PY; Tue, 20 Jun 2023 17:58:41 -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=0uTigNVyB41Z6+bQTPvN21/XB/oC11tyUWL8hd0ibGQ=; b=Wk1E9PWlIPabDrjXZ2pJ jp4RPk0GPW/vjy/pHAhYTvttLLX3v42X2cfeZLdasodO5h4DLH62E7TemmhIdRervEqyxpJYG10PI vLEJsMSoMZraYPzRvz9JakUeMiYSiK7ZkH3el7l9kTNNqT14urFde6+8Ew+0OUcWKCG/fEXuvPIys AdRWpePYRY7NPgx8KIIDpZ7bRKIAaF3wJ1OwFgLpeSLaMKzPu0tc1z9+9BVlOHl5QxavQLbVdlas9 iOr7uuHn8Hxhhx6O/WKAWAvDiVJqW8hk8m9n9dP5Gj2jyTo6S66So7aXT65OeET9lavAdPUbIbBlN jsJwUAjyNFrUgQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qBjN0-0001qs-JF; Tue, 20 Jun 2023 17:58:41 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <1c3151223a5fd4ffe63d7949a0f7834ad841dbfa.1686635881.git.mcsinyx@disroot.org> Date: Tue, 20 Jun 2023 23:58:36 +0200 In-Reply-To: ("=?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong"'s message of "Sun, 18 Jun 2023 12:43:09 +0900") Message-ID: <87sfalaj8z.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 ARC-Seal: i=1; s=key1; d=yhetil.org; t=1687298365; a=rsa-sha256; cv=none; b=tVgZ6Xq4Mld1shJFhXZgmHog9mjAzhE3fSO8PQrKTy4PFmhHt7lQkf4iTVcXKuj0Pzx17j AV/4wzru7mpz6dSogPw62c4aOLqps2u6prZCHSg0rPVtKaJuLO+WWj7aU9lVTtt0PyQ7zM rLbP7QQrcoNyz5/8D0kraLu/+dIDxNHC/VasgUks5a4O1tcXjdDHBi0UuyZCX6HomKHFMk oINutDrO9oARhNI+hMnp+iN1kkDQuDCX52xkCEwwcFMzVrwTbZseXVgjMMp0l310tkNnzE uBSV6oDb5DP3dA3DHZEgh4mOlvzGqja4x4CXlEn813unjG025BJZ16+1U+w5dQ== 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=Wk1E9PWl; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1687298365; 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=0uTigNVyB41Z6+bQTPvN21/XB/oC11tyUWL8hd0ibGQ=; b=ekbNLxpqs/GyhkyDm7ZVQKryvCawce+r028y2hIJGzQHp0YIWLb1VTzmtf2TkJdBPxmJMk LXG4PeVbWDKIxUAteunJw8iV7YtwQom5OAbPfmtLZD8+RPFdN/BxnP0oFl1EXVszuyWjbO awlmXR8jW/IP/eNG1BUN5v4GpTfxNyZMFH6rFWgBQBA4NMtMVISzkVSfV1FSXAU/0+STPS YvgXEmmR/8vvYVhBBZpFhA28sdUeZPL1yCXLNLnWkPsHZUEDlp9raDqcB09NqhwodaGv9Y keEn3v0S+mvhLZ/PjNuSQGk4jUm2ITo0X1Ah5FG78h00gjMggQOkHinpu1GS2Q== Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Wk1E9PWl; 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-Scanner: scn0.migadu.com X-Migadu-Spam-Score: -5.04 X-Spam-Score: -5.04 X-Migadu-Queue-Id: 52E483CA31 X-TUID: Qle85v6G57dj Hi, Nguy=E1=BB=85n Gia Phong skribis: > gnu: Update go-github-com-mattn-go-runewidth to 0.0.14 > gnu: go-github-com-gdamore-tcell-v2: Update to 2.6.0 Applied, thanks! Ludo=E2=80=99.