From unknown Wed Jun 18 23:07:36 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#53955 <53955@debbugs.gnu.org> To: bug#53955 <53955@debbugs.gnu.org> Subject: Status: [PATCH] gnu: fish: Update to 3.3.1. Reply-To: bug#53955 <53955@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:07:36 +0000 retitle 53955 [PATCH] gnu: fish: Update to 3.3.1. reassign 53955 guix-patches submitter 53955 Steve George severity 53955 normal tag 53955 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 12 07:04:01 2022 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 From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 15 09:11:40 2022 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 From unknown Wed Jun 18 23:07:36 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 16 Mar 2022 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator