From unknown Fri Aug 15 20:03:59 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#53955] [PATCH] gnu: fish: Update to 3.3.1. Resent-From: Steve George Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Feb 2022 12:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 53955 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53955@debbugs.gnu.org Cc: Steve George X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16446674429208 (code B ref -1); Sat, 12 Feb 2022 12:05:01 +0000 Received: (at submit) by debbugs.gnu.org; 12 Feb 2022 12:04:02 +0000 Received: from localhost ([127.0.0.1]:33654 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIr8D-0002OG-Ge for submit@debbugs.gnu.org; Sat, 12 Feb 2022 07:04:01 -0500 Received: from lists.gnu.org ([209.51.188.17]:43450) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIr8C-0002O3-0O for submit@debbugs.gnu.org; Sat, 12 Feb 2022 07:04:00 -0500 Received: from eggs.gnu.org ([209.51.188.92]:38558) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIr8B-0007A4-K7 for guix-patches@gnu.org; Sat, 12 Feb 2022 07:03:59 -0500 Received: from mailtransmit05.runbox.com ([185.226.149.38]:41316) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIr89-0007Yj-9a for guix-patches@gnu.org; Sat, 12 Feb 2022 07:03:58 -0500 Received: from mailtransmit02.runbox ([10.9.9.162] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1nIr7y-0048Qy-Kv for guix-patches@gnu.org; Sat, 12 Feb 2022 13:03:46 +0100 Received: from [10.9.9.74] (helo=submission03.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1nIr7y-0003vi-8J for guix-patches@gnu.org; Sat, 12 Feb 2022 13:03:46 +0100 Received: by submission03.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1nIr7u-0000Kv-Ex; Sat, 12 Feb 2022 13:03:42 +0100 From: Steve George Date: Sat, 12 Feb 2022 12:03:06 +0000 Message-Id: <20220212120306.566265-1-steve@futurile.net> X-Mailer: git-send-email 2.17.1 Received-SPF: pass client-ip=185.226.149.38; envelope-from=steve@futurile.net; helo=mailtransmit05.runbox.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * **Request for testing**: patch compiles manually, but fails under guix daemon. Please test it as there seems no reason it should fail. -- >8 -- >8 -- >8 * gnu/packages/shells/scm (fish): Update to 3.3.1. --- gnu/packages/shells.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 1cdb5ba5b2..3cd316753e 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -115,7 +115,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).") (define-public fish (package (name "fish") - (version "3.2.2") + (version "3.3.1") (source (origin (method url-fetch) @@ -123,7 +123,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).") "releases/download/" version "/" "fish-" version ".tar.xz")) (sha256 - (base32 "02a0dgz5cy4iv3ysvl5kzzd4ji8pxqv93zd45041plcki0ddli2r")) + (base32 "12dfkyqv5vm52i1fifz91h8f8xg60xjvv94kx6xjqxk9a8dfxd5m")) (modules '((guix build utils))) (snippet '(begin base-commit: 515406f20f0f2a69f8701ce3ece8121dbc4fb5dd -- 2.17.1 From unknown Fri Aug 15 20:03:59 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Steve George Subject: bug#53955: closed (Re: [bug#53955] [PATCH] gnu: fish: Update to 3.3.1.) Message-ID: References: <87sfskp6cu.fsf@nicolasgoaziou.fr> <20220212120306.566265-1-steve@futurile.net> X-Gnu-PR-Message: they-closed 53955 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 53955@debbugs.gnu.org Date: Tue, 15 Feb 2022 14:12:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1644934322-19011-1" This is a multi-part message in MIME format... ------------=_1644934322-19011-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #53955: [PATCH] gnu: fish: Update to 3.3.1. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 53955@debbugs.gnu.org. --=20 53955: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D53955 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1644934322-19011-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 53955-done) by debbugs.gnu.org; 15 Feb 2022 14:11:40 +0000 Received: from localhost ([127.0.0.1]:43870 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJyYO-0004w1-5d for submit@debbugs.gnu.org; Tue, 15 Feb 2022 09:11:40 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:45341) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJyYM-0004vm-66 for 53955-done@debbugs.gnu.org; Tue, 15 Feb 2022 09:11:38 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 042A620011; Tue, 15 Feb 2022 14:11:30 +0000 (UTC) From: Nicolas Goaziou To: Steve George Subject: Re: [bug#53955] [PATCH] gnu: fish: Update to 3.3.1. References: <20220212120306.566265-1-steve@futurile.net> Date: Tue, 15 Feb 2022 15:11:29 +0100 In-Reply-To: <20220212120306.566265-1-steve@futurile.net> (Steve George's message of "Sat, 12 Feb 2022 12:03:06 +0000") Message-ID: <87sfskp6cu.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53955-done Cc: 53955-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hello, Steve George writes: > * **Request for testing**: patch compiles manually, but fails under guix > daemon. Please test it as there seems no reason it should fail. I built it and didn't encounter any error. We'll see what the CI says. > > * gnu/packages/shells/scm (fish): Update to 3.3.1. Applied. Thank you. Regards, -- Nicolas Goaziou ------------=_1644934322-19011-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 12 Feb 2022 12:04:02 +0000 Received: from localhost ([127.0.0.1]:33654 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIr8D-0002OG-Ge for submit@debbugs.gnu.org; Sat, 12 Feb 2022 07:04:01 -0500 Received: from lists.gnu.org ([209.51.188.17]:43450) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIr8C-0002O3-0O for submit@debbugs.gnu.org; Sat, 12 Feb 2022 07:04:00 -0500 Received: from eggs.gnu.org ([209.51.188.92]:38558) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIr8B-0007A4-K7 for guix-patches@gnu.org; Sat, 12 Feb 2022 07:03:59 -0500 Received: from mailtransmit05.runbox.com ([185.226.149.38]:41316) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIr89-0007Yj-9a for guix-patches@gnu.org; Sat, 12 Feb 2022 07:03:58 -0500 Received: from mailtransmit02.runbox ([10.9.9.162] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1nIr7y-0048Qy-Kv for guix-patches@gnu.org; Sat, 12 Feb 2022 13:03:46 +0100 Received: from [10.9.9.74] (helo=submission03.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1nIr7y-0003vi-8J for guix-patches@gnu.org; Sat, 12 Feb 2022 13:03:46 +0100 Received: by submission03.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1nIr7u-0000Kv-Ex; Sat, 12 Feb 2022 13:03:42 +0100 From: Steve George To: guix-patches@gnu.org Subject: [PATCH] gnu: fish: Update to 3.3.1. Date: Sat, 12 Feb 2022 12:03:06 +0000 Message-Id: <20220212120306.566265-1-steve@futurile.net> X-Mailer: git-send-email 2.17.1 Received-SPF: pass client-ip=185.226.149.38; envelope-from=steve@futurile.net; helo=mailtransmit05.runbox.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Steve George X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * **Request for testing**: patch compiles manually, but fails under guix daemon. Please test it as there seems no reason it should fail. -- >8 -- >8 -- >8 * gnu/packages/shells/scm (fish): Update to 3.3.1. --- gnu/packages/shells.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 1cdb5ba5b2..3cd316753e 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -115,7 +115,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).") (define-public fish (package (name "fish") - (version "3.2.2") + (version "3.3.1") (source (origin (method url-fetch) @@ -123,7 +123,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).") "releases/download/" version "/" "fish-" version ".tar.xz")) (sha256 - (base32 "02a0dgz5cy4iv3ysvl5kzzd4ji8pxqv93zd45041plcki0ddli2r")) + (base32 "12dfkyqv5vm52i1fifz91h8f8xg60xjvv94kx6xjqxk9a8dfxd5m")) (modules '((guix build utils))) (snippet '(begin base-commit: 515406f20f0f2a69f8701ce3ece8121dbc4fb5dd -- 2.17.1 ------------=_1644934322-19011-1--