From unknown Sat Jun 14 19:22:47 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#78359] [PATCH] gnu: guile-swayer: Update to 0.4.2. Resent-From: Ashish SHUKLA Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 10 May 2025 20:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 78359 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 78359@debbugs.gnu.org Cc: Ashish SHUKLA X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.174690776831422 (code B ref -1); Sat, 10 May 2025 20:10:02 +0000 Received: (at submit) by debbugs.gnu.org; 10 May 2025 20:09:28 +0000 Received: from localhost ([127.0.0.1]:51372 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uDqVj-0008Ag-Km for submit@debbugs.gnu.org; Sat, 10 May 2025 16:09:27 -0400 Received: from lists.gnu.org ([2001:470:142::17]:47686) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uDqVh-00089v-CY for submit@debbugs.gnu.org; Sat, 10 May 2025 16:09:26 -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 1uDqVV-00056k-IN for guix-patches@gnu.org; Sat, 10 May 2025 16:09:15 -0400 Received: from anamika.lostca.se ([65.21.75.227]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1uDqVT-0002cz-Ft for guix-patches@gnu.org; Sat, 10 May 2025 16:09:12 -0400 Received: from localhost.localdomain (2a02-9140-3881-3800-73cf-3f8b-2b0e-c182.red-2a02-914.customerbaf.ipv6.rima-tde.net [IPv6:2a02:9140:3881:3800:73cf:3f8b:2b0e:c182]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 742C920A0C; Sat, 10 May 2025 20:08:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1746907737; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=/UYxFuS0MwN2nS33vAzvTdEQdbLiV9dt6/EXtRAIjLI=; b=QtAIn38UHXcegpnMaZdlhgLWtgNj170bkkHHapdS2CqF1pmsQiVQQ7K3Aasdg/eDZVzDks fKxOsEHU0KgLxHnaEX8EHvjtnzmDBjd+EF47OpnrI2ff5Atkiok/mxZPpNAI7vi4wog5Ue sCXBFOcTdZEZ5SIswgzET9cmzGO830I= From: Ashish SHUKLA Date: Sat, 10 May 2025 22:08:52 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=65.21.75.227; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se 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_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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: -0.1 (/) * gnu/packages/guile-xyz.scm (guile-swayer): Update to 0.4.2. Change-Id: I78b53f17022a384da681f8caa3f718e07dca654d --- gnu/packages/guile-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 12796749ec..3aca9c1504 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -1096,17 +1096,17 @@ (define-public guile2.2-filesystem (define-public guile-swayer (package (name "guile-swayer") - (version "0.4.1") + (version "0.4.2") (home-page "https://github.com/ebeem/guile-swayer") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/ebeem/guile-swayer") - (commit (string-append "v" version)))) + (commit (string-append "V" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "14w126444jsbpqyhic1ibg1zwzmai9hlnzdk4gg1cj7fclq6vxpb")))) + (base32 "03wg904mqi3x1fsgj9blhr509gyqndsdzi9m4vik5n7mgvv14y32")))) (native-inputs (list autoconf automake guile-3.0 pkg-config)) (build-system gnu-build-system) (synopsis "Extensible Guile bindings for SwayWM") base-commit: 062e399880f1c4332d3ab80d1d061681dadb7db9 -- 2.49.0 From unknown Sat Jun 14 19:22:47 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: Ashish SHUKLA Subject: bug#78359: closed (Re: [PATCH] gnu: guile-swayer: Update to 0.4.2.) Message-ID: References: X-Gnu-PR-Message: they-closed 78359 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 78359@debbugs.gnu.org Date: Sun, 11 May 2025 09:00:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1746954003-10976-1" This is a multi-part message in MIME format... ------------=_1746954003-10976-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #78359: [PATCH] gnu: guile-swayer: Update to 0.4.2. 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 78359@debbugs.gnu.org. --=20 78359: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D78359 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1746954003-10976-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 78359-done) by debbugs.gnu.org; 11 May 2025 08:59:59 +0000 Received: from localhost ([127.0.0.1]:57917 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uE2XP-0002qL-Fk for submit@debbugs.gnu.org; Sun, 11 May 2025 04:59:59 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:48262) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uE2XN-0002pu-5u for 78359-done@debbugs.gnu.org; Sun, 11 May 2025 04:59:58 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 7BA18138; Sun, 11 May 2025 10:59:49 +0200 (CEST) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id LjAj9GQyvYun; Sun, 11 May 2025 10:59:49 +0200 (CEST) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 62CEB126; Sun, 11 May 2025 10:59:47 +0200 (CEST) Date: Sun, 11 May 2025 10:59:45 +0200 From: Andreas Enge To: Ashish SHUKLA Subject: Re: [PATCH] gnu: guile-swayer: Update to 0.4.2. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 7BA18138 X-Spamd-Result: default: False [5.57 / 15.00]; SPAM_FLAG(5.00)[]; NEURAL_SPAM(3.00)[1.000]; BAYES_HAM(-2.83)[99.27%]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ARC_NA(0.00)[] X-Spamd-Bar: +++++ X-Rspamd-Action: greylist X-Rspamd-Server: hera X-Spam-Level: ***** X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 78359-done Cc: 78359-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.0 (-) Pushed, thanks! Andreas ------------=_1746954003-10976-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 10 May 2025 20:09:28 +0000 Received: from localhost ([127.0.0.1]:51372 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uDqVj-0008Ag-Km for submit@debbugs.gnu.org; Sat, 10 May 2025 16:09:27 -0400 Received: from lists.gnu.org ([2001:470:142::17]:47686) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uDqVh-00089v-CY for submit@debbugs.gnu.org; Sat, 10 May 2025 16:09:26 -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 1uDqVV-00056k-IN for guix-patches@gnu.org; Sat, 10 May 2025 16:09:15 -0400 Received: from anamika.lostca.se ([65.21.75.227]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1uDqVT-0002cz-Ft for guix-patches@gnu.org; Sat, 10 May 2025 16:09:12 -0400 Received: from localhost.localdomain (2a02-9140-3881-3800-73cf-3f8b-2b0e-c182.red-2a02-914.customerbaf.ipv6.rima-tde.net [IPv6:2a02:9140:3881:3800:73cf:3f8b:2b0e:c182]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 742C920A0C; Sat, 10 May 2025 20:08:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1746907737; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=/UYxFuS0MwN2nS33vAzvTdEQdbLiV9dt6/EXtRAIjLI=; b=QtAIn38UHXcegpnMaZdlhgLWtgNj170bkkHHapdS2CqF1pmsQiVQQ7K3Aasdg/eDZVzDks fKxOsEHU0KgLxHnaEX8EHvjtnzmDBjd+EF47OpnrI2ff5Atkiok/mxZPpNAI7vi4wog5Ue sCXBFOcTdZEZ5SIswgzET9cmzGO830I= From: Ashish SHUKLA To: guix-patches@gnu.org Subject: [PATCH] gnu: guile-swayer: Update to 0.4.2. Date: Sat, 10 May 2025 22:08:52 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=65.21.75.227; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se 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_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Ashish SHUKLA 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: -0.1 (/) * gnu/packages/guile-xyz.scm (guile-swayer): Update to 0.4.2. Change-Id: I78b53f17022a384da681f8caa3f718e07dca654d --- gnu/packages/guile-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 12796749ec..3aca9c1504 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -1096,17 +1096,17 @@ (define-public guile2.2-filesystem (define-public guile-swayer (package (name "guile-swayer") - (version "0.4.1") + (version "0.4.2") (home-page "https://github.com/ebeem/guile-swayer") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/ebeem/guile-swayer") - (commit (string-append "v" version)))) + (commit (string-append "V" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "14w126444jsbpqyhic1ibg1zwzmai9hlnzdk4gg1cj7fclq6vxpb")))) + (base32 "03wg904mqi3x1fsgj9blhr509gyqndsdzi9m4vik5n7mgvv14y32")))) (native-inputs (list autoconf automake guile-3.0 pkg-config)) (build-system gnu-build-system) (synopsis "Extensible Guile bindings for SwayWM") base-commit: 062e399880f1c4332d3ab80d1d061681dadb7db9 -- 2.49.0 ------------=_1746954003-10976-1--