From unknown Mon Jun 23 02:21:28 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#73224 <73224@debbugs.gnu.org> To: bug#73224 <73224@debbugs.gnu.org> Subject: Status: [PATCH] gnu: janet: Update to 1.36.0. Reply-To: bug#73224 <73224@debbugs.gnu.org> Date: Mon, 23 Jun 2025 09:21:28 +0000 retitle 73224 [PATCH] gnu: janet: Update to 1.36.0. reassign 73224 guix-patches submitter 73224 Adriel Dumas--Jondeau severity 73224 normal tag 73224 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 13 06:18:40 2024 Received: (at submit) by debbugs.gnu.org; 13 Sep 2024 10:18:41 +0000 Received: from localhost ([127.0.0.1]:42553 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sp3Nw-0003Wg-50 for submit@debbugs.gnu.org; Fri, 13 Sep 2024 06:18:40 -0400 Received: from lists.gnu.org ([209.51.188.17]:39656) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sp3No-0003WQ-UZ for submit@debbugs.gnu.org; Fri, 13 Sep 2024 06:18:38 -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 1sp3Nf-00057F-8I for guix-patches@gnu.org; Fri, 13 Sep 2024 06:18:23 -0400 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sp3Nd-00029u-3W for guix-patches@gnu.org; Fri, 13 Sep 2024 06:18:22 -0400 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 58C752016F for ; Fri, 13 Sep 2024 12:18:17 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id jYe2B9FkxDvR for ; Fri, 13 Sep 2024 12:18:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1726222696; bh=MrXGu35lOiF3B6e6qaZqXDwgRZXvAZqiEXu9GUq8LqY=; h=From:To:Subject:Date; b=Y/Bx/Ye6nQbsdfkvydtRymZOukd+TJmlGidLpc3EOiQLE1b/ZE8PHP84EznqK06x0 ffQChgTES2DyLY707ULKV+LcFDbJSMeejqak/gL0t42tuxgJF7eRlixPIj5506rmdk N/vkaHVQP7dwbs/iQerGvvws81s8Rxa90Z6u26hiVs+8mKtaiwv9kbCXtlgJdp7HI+ Rog51w+M2muueD/aOmdgc8G1kq1hi6QV+RGQFgBjkZ5jDt/PKG1atH8Qp1TdfTHad8 VAk6L7Yfm1jXn4xb4T5JPuQ3LXGrflZ3rCnD07xt/GcPhEdycv+ar/uTh4dXDVhYQo 36vpkC2DkcHGQ== From: Adriel Dumas--Jondeau To: guix-patches@gnu.org Subject: [PATCH] gnu: janet: Update to 1.36.0. Date: Fri, 13 Sep 2024 12:18:09 +0200 Message-ID: MIME-Version: 1.0 X-Debbugs-Cc: Guillaume Le Vaillant , Katherine Cox-Buday , Munyoki Kilyungi , Sharlatan Hellseher , jgart Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=leirda@disroot.org; helo=layka.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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.4 (--) * gnu/packages/lisp.scm (janet): Update to 1.36.0. Change-Id: I7a376679f36137f91d558ccfdf83e65f979d8d41 --- gnu/packages/lisp.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 5d4399f145..6c16d8ab71 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -885,7 +885,7 @@ (define-public gcl (define-public janet (package (name "janet") - (version "1.35.2") + (version "1.36.0") (source (origin (method git-fetch) @@ -894,7 +894,7 @@ (define-public janet (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0kgya9zv8xq6mbrkpllm29zfxkr626ip83ivqkgqfcs5a33b39wa")))) + (base32 "1jy4ib6jjxngn6vcy45y5dl24q0lrgl4j6rsx8y4gaih2i4sq1ll")))) (build-system gnu-build-system) (arguments (list #:make-flags base-commit: b6d5a7f5836739dab884b49a64ca354794dd845f prerequisite-patch-id: 21c9b22cf88720a3866c89eff457a620d4f46a49 -- 2.46.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 18 08:39:32 2024 Received: (at 73224-done) by debbugs.gnu.org; 18 Sep 2024 12:39:32 +0000 Received: from localhost ([127.0.0.1]:57200 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sqty0-0001DR-BE for submit@debbugs.gnu.org; Wed, 18 Sep 2024 08:39:32 -0400 Received: from mout01.posteo.de ([185.67.36.65]:58029) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sqtxy-0001D8-8G for 73224-done@debbugs.gnu.org; Wed, 18 Sep 2024 08:39:31 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 0223C240027 for <73224-done@debbugs.gnu.org>; Wed, 18 Sep 2024 14:39:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1726663148; bh=+Kxyx7+uguBUVEZEEeBkIDoD8y7sF8gPS9j+9yjWd9U=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=fmViFC1boUBUn21H/9SS9gDL9CvCsC2Dg6qA+wsRjBkni+6D+nJKRuzY5b8q7C9Zr OX2slcvY4YwHqO90xfSq80Qb+YiK2c2OWf/ggiDSe7ijOezyV/wrbIZTMRS/o1LivN u6ivYhAjiVztYjBP2M6Yy4ZmxWRYcgN0i86X54T+UG2p8BOMffIltc1StmLHcjlNjl PXOLXWFl+k/cYhtp8c0XbQsfvnTc13+9IGwEw8sKZYfHXpiqaWCsp2e32G8Oz8rq7m U/uAewvw015fk3OFtdFC1TNigUaq1xjRmWC0wKOiu8P7+50YfJ8vUShRutd1w82QM9 kJLDSL3ml24mA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4X7yrW0Nwpz6tsg; Wed, 18 Sep 2024 14:39:06 +0200 (CEST) From: Guillaume Le Vaillant To: Adriel Dumas--Jondeau Subject: Re: [bug#73224] [PATCH] gnu: janet: Update to 1.36.0. In-Reply-To: (Adriel Dumas--Jondeau's message of "Fri, 13 Sep 2024 12:18:09 +0200") References: Date: Wed, 18 Sep 2024 12:39:05 +0000 Message-ID: <87r09hqgpi.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 73224-done Cc: 73224-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: -3.3 (---) --=-=-= Content-Type: text/plain Patch applied as 1b6ce1796abdf497f61f426d61339318f4f4f23d. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZurJ6Q8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j/w3gD/abIAvz9hvl+9fGDyvZ6bhpy8KHhVMhFr19R8 tnXvvgQA/RnOVL1wNbkZmYEyLnDBgR34iGCN2GAX4saB59xQcNfX =ZGhe -----END PGP SIGNATURE----- --=-=-=-- From unknown Mon Jun 23 02:21:28 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 17 Oct 2024 11:24:09 +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