From unknown Wed Sep 10 10:33:25 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#63467 <63467@debbugs.gnu.org> To: bug#63467 <63467@debbugs.gnu.org> Subject: Status: [PATCH] gnu: kanshi: Update to 1.3.1. Reply-To: bug#63467 <63467@debbugs.gnu.org> Date: Wed, 10 Sep 2025 17:33:25 +0000 retitle 63467 [PATCH] gnu: kanshi: Update to 1.3.1. reassign 63467 guix-patches submitter 63467 jlicht@fsfe.org severity 63467 normal tag 63467 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri May 12 12:16:49 2023 Received: (at submit) by debbugs.gnu.org; 12 May 2023 16:16:49 +0000 Received: from localhost ([127.0.0.1]:60664 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pxVRo-00074M-S0 for submit@debbugs.gnu.org; Fri, 12 May 2023 12:16:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:41862) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pxVRn-00074C-ML for submit@debbugs.gnu.org; Fri, 12 May 2023 12:16:48 -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 1pxVRl-0006xh-Kc for guix-patches@gnu.org; Fri, 12 May 2023 12:16:45 -0400 Received: from mail1.fsfe.org ([2001:aa8:ffed:f5f3::151]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pxVRh-0005Fs-9Z for guix-patches@gnu.org; Fri, 12 May 2023 12:16:43 -0400 From: jlicht@fsfe.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fsfe.org; s=2021100501; t=1683908197; 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=WsN7hHh6K+4NDKoENE6PXyV4aiYEpfXhVA3qT/tqnwQ=; b=i+2ibv5JZlOXEdo6hQhmPPwrMAlZBcRsNbqMYjxy/TguH3qdrbLkvIcnzgFlgCzWeeDjfZ UrkilhtwQsUHAcgfrTcZPsS3koBaJ9m/pVNmyk06d6PkLLF90Haadq6uqTFiU1unTwrRLy nBOvOhwBHscBTfomguMjU6kc2I3xk/Q= To: guix-patches@gnu.org Subject: [PATCH] gnu: kanshi: Update to 1.3.1. Date: Fri, 12 May 2023 18:16:35 +0200 Message-Id: <65bcb471421ef4a72aa3874723e562c8056efadb.1683908191.git.jlicht@fsfe.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:aa8:ffed:f5f3::151; envelope-from=jlicht@fsfe.org; helo=mail1.fsfe.org X-Spam_score_int: -70 X-Spam_score: -7.1 X-Spam_bar: ------- X-Spam_report: (-7.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_DNSWL_HI=-5, 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: Jelle Licht 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 (--) From: Jelle Licht * gnu/packages/wm.scm (kanshi): Update to 1.3.1. --- gnu/packages/wm.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index fe732e572e..20e0f0b1d3 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1942,7 +1942,7 @@ (define-public mako (define-public kanshi (package (name "kanshi") - (version "1.3.0") + (version "1.3.1") (source (origin (method git-fetch) @@ -1951,7 +1951,7 @@ (define-public kanshi (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0sa8k74d24ijw6ml1yyy75dk763r2sbm7fgk033g5xnx28kd394j")))) + (base32 "195v6lfh9w88nas6pca0v644nvrc645sramj78gzgqdm7nm20rvq")))) (build-system meson-build-system) (inputs (list wayland)) (native-inputs (list pkg-config scdoc)) base-commit: 263f235cd0a2955e865fe38036f84c2bf34375ff -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Mon May 22 16:41:40 2023 Received: (at 63467-done) by debbugs.gnu.org; 22 May 2023 20:41:40 +0000 Received: from localhost ([127.0.0.1]:36895 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q1CLY-0008Fj-N1 for submit@debbugs.gnu.org; Mon, 22 May 2023 16:41:39 -0400 Received: from mail1.fsfe.org ([217.69.89.151]:49788) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q1CLS-0008FR-DY for 63467-done@debbugs.gnu.org; Mon, 22 May 2023 16:41:34 -0400 From: Jelle Licht DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fsfe.org; s=2021100501; t=1684788087; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ZLXU4Y/Ix1ma+riQiYbrHSzqZ6Kvk2eqgHp6Kwstt5I=; b=UHrrdW0Bb5XenXmILsP/iMmDqCw1awefkM2qubtAKGUGLofTbcnDT2ZvAWjJaP4SJu0Ecc rTK/ovonrJJ/MGo6/now+k8md3gbA0/JCBHdJDZ6vLwexZsG8FJqtQi9d56r8xRhx9kfIe BRxr8m904Sr2XZ/aIhpbFU579fjv6FA= To: 63467-done@debbugs.gnu.org Subject: bug#63467: [PATCH] gnu: kanshi: Update to 1.3.1. In-Reply-To: References: <65bcb471421ef4a72aa3874723e562c8056efadb.1683908191.git.jlicht@fsfe.org> Date: Mon, 22 May 2023 22:41:25 +0200 Message-ID: <87lehggkui.fsf@fsfe.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 63467-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.0 (-) Pushed as e3d3501f73333face5715383c925a9cba2f0772b to master. From unknown Wed Sep 10 10:33:25 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 20 Jun 2023 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