From unknown Fri Sep 12 19:35:12 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#61417] [PATCH] gnu: naev: Update to 0.10.4. Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 11 Feb 2023 09:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 61417 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61417@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.167610766511146 (code B ref -1); Sat, 11 Feb 2023 09:28:02 +0000 Received: (at submit) by debbugs.gnu.org; 11 Feb 2023 09:27:45 +0000 Received: from localhost ([127.0.0.1]:38703 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQmAa-0002ti-Ss for submit@debbugs.gnu.org; Sat, 11 Feb 2023 04:27:45 -0500 Received: from lists.gnu.org ([209.51.188.17]:57056) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQmAV-0002tW-Mz for submit@debbugs.gnu.org; Sat, 11 Feb 2023 04:27:43 -0500 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 1pQmAV-0002Zn-BF for guix-patches@gnu.org; Sat, 11 Feb 2023 04:27:39 -0500 Received: from relay10.mail.gandi.net ([2001:4b98:dc4:8::230]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pQmAS-0000I3-Cb for guix-patches@gnu.org; Sat, 11 Feb 2023 04:27:38 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 93B5B240002 for ; Sat, 11 Feb 2023 09:27:26 +0000 (UTC) From: Nicolas Goaziou Date: Sat, 11 Feb 2023 10:27:19 +0100 Message-Id: <20230211092719.1973125-1-mail@nicolasgoaziou.fr> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:4b98:dc4:8::230; envelope-from=mail@nicolasgoaziou.fr; helo=relay10.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) 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.6 (--) * gnu/packages/games.scm (naev): Update to 0.10.4. --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 9057910c7d..0e2668bee2 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7930,7 +7930,7 @@ (define-public frotz (define-public naev (package (name "naev") - (version "0.10.3") + (version "0.10.4") (source (origin (method git-fetch) @@ -7940,7 +7940,7 @@ (define-public naev (recursive? #t))) ; for game data (file-name (git-file-name name version)) (sha256 - (base32 "0hqc2j7lf5ay461l164c63jncmjdvnkm2nf90246njimhz2in056")))) + (base32 "0lg8cmzdzzpmqgmh9a1v190vv4d15hwa0inyzdwsq5x8lyc13hyr")))) (build-system meson-build-system) (arguments ;; XXX: Do not add debugging symbols, which cause the build to fail. base-commit: 019f4116ea0b112d468973ea1d1c1badf5bea559 -- 2.39.1 From unknown Fri Sep 12 19:35:12 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: Nicolas Goaziou Subject: bug#61417: closed (Re: [bug#61417] [PATCH] gnu: naev: Update to 0.10.4.) Message-ID: References: <87357cuf38.fsf@nicolasgoaziou.fr> <20230211092719.1973125-1-mail@nicolasgoaziou.fr> X-Gnu-PR-Message: they-closed 61417 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 61417@debbugs.gnu.org Date: Sat, 11 Feb 2023 20:24:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1676147042-7918-1" This is a multi-part message in MIME format... ------------=_1676147042-7918-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #61417: [PATCH] gnu: naev: Update to 0.10.4. 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 61417@debbugs.gnu.org. --=20 61417: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D61417 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1676147042-7918-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 61417-done) by debbugs.gnu.org; 11 Feb 2023 20:23:08 +0000 Received: from localhost ([127.0.0.1]:43237 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQwOq-00021X-4v for submit@debbugs.gnu.org; Sat, 11 Feb 2023 15:23:08 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:60583) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQwOo-00020d-7Z for 61417-done@debbugs.gnu.org; Sat, 11 Feb 2023 15:23:06 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id DF8FE240005 for <61417-done@debbugs.gnu.org>; Sat, 11 Feb 2023 20:22:57 +0000 (UTC) From: Nicolas Goaziou To: 61417-done@debbugs.gnu.org Subject: Re: [bug#61417] [PATCH] gnu: naev: Update to 0.10.4. References: <20230211092719.1973125-1-mail@nicolasgoaziou.fr> Date: Sat, 11 Feb 2023 21:22:51 +0100 In-Reply-To: <20230211092719.1973125-1-mail@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sat, 11 Feb 2023 10:27:19 +0100") Message-ID: <87357cuf38.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 61417-done 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 (-) Nicolas Goaziou writes: > * gnu/packages/games.scm (naev): Update to 0.10.4. Applied. ------------=_1676147042-7918-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 11 Feb 2023 09:27:45 +0000 Received: from localhost ([127.0.0.1]:38703 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQmAa-0002ti-Ss for submit@debbugs.gnu.org; Sat, 11 Feb 2023 04:27:45 -0500 Received: from lists.gnu.org ([209.51.188.17]:57056) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQmAV-0002tW-Mz for submit@debbugs.gnu.org; Sat, 11 Feb 2023 04:27:43 -0500 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 1pQmAV-0002Zn-BF for guix-patches@gnu.org; Sat, 11 Feb 2023 04:27:39 -0500 Received: from relay10.mail.gandi.net ([2001:4b98:dc4:8::230]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pQmAS-0000I3-Cb for guix-patches@gnu.org; Sat, 11 Feb 2023 04:27:38 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 93B5B240002 for ; Sat, 11 Feb 2023 09:27:26 +0000 (UTC) From: Nicolas Goaziou To: guix-patches@gnu.org Subject: [PATCH] gnu: naev: Update to 0.10.4. Date: Sat, 11 Feb 2023 10:27:19 +0100 Message-Id: <20230211092719.1973125-1-mail@nicolasgoaziou.fr> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:4b98:dc4:8::230; envelope-from=mail@nicolasgoaziou.fr; helo=relay10.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit 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.6 (--) * gnu/packages/games.scm (naev): Update to 0.10.4. --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 9057910c7d..0e2668bee2 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7930,7 +7930,7 @@ (define-public frotz (define-public naev (package (name "naev") - (version "0.10.3") + (version "0.10.4") (source (origin (method git-fetch) @@ -7940,7 +7940,7 @@ (define-public naev (recursive? #t))) ; for game data (file-name (git-file-name name version)) (sha256 - (base32 "0hqc2j7lf5ay461l164c63jncmjdvnkm2nf90246njimhz2in056")))) + (base32 "0lg8cmzdzzpmqgmh9a1v190vv4d15hwa0inyzdwsq5x8lyc13hyr")))) (build-system meson-build-system) (arguments ;; XXX: Do not add debugging symbols, which cause the build to fail. base-commit: 019f4116ea0b112d468973ea1d1c1badf5bea559 -- 2.39.1 ------------=_1676147042-7918-1--