From unknown Tue Jun 17 22:28:56 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#62660] [PATCH] gnu: tuxedo-keyboard: Update to 3.2.1. Resent-From: jlicht@fsfe.org Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 04 Apr 2023 06:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 62660 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62660@debbugs.gnu.org Cc: Tobias Geerinckx-Rice , Jelle Licht , Leo Famulari X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.168059046619437 (code B ref -1); Tue, 04 Apr 2023 06:42:02 +0000 Received: (at submit) by debbugs.gnu.org; 4 Apr 2023 06:41:06 +0000 Received: from localhost ([127.0.0.1]:46375 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pjaLq-00053R-65 for submit@debbugs.gnu.org; Tue, 04 Apr 2023 02:41:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:60516) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pjaLn-00053D-Hi for submit@debbugs.gnu.org; Tue, 04 Apr 2023 02:41:03 -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 1pjaLl-0002HE-2C for guix-patches@gnu.org; Tue, 04 Apr 2023 02:41:01 -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 1pjaLi-0004hw-SP for guix-patches@gnu.org; Tue, 04 Apr 2023 02:41:00 -0400 From: jlicht@fsfe.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fsfe.org; s=2021100501; t=1680590452; 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=bIQZ41qqx8vVgCRxV30HmWlnvmlXbRCXP0lEYVFy4nY=; b=fsiZNXbXOVDRqwwJ1Q97QwOo16sjkjwKV7oVy38lvQy1MMVwm8Qo3mTC4Q7tNm3Rc2TdHX gTrnCOOCKdPnxkm99hGHQmeM5Bd1Ym/RNGRdIrouRpLRppt1Ze7Ty8ebfVwX4BvyD6Dteb N+I58HalXJuXM+bhvUzx9V3ybFmkeno= Date: Tue, 4 Apr 2023 08:40:44 +0200 Message-Id: <535e5b4f98a3795139d6c6ea60fb4b52356c78cd.1680590395.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 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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/linux.scm (tuxedo-keyboard): Update to 3.2.1. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 95c6640fe2..f7d2209a93 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1505,7 +1505,7 @@ (define-public librem-ec-acpi-linux-module (define-public tuxedo-keyboard (package (name "tuxedo-keyboard") - (version "3.1.4") + (version "3.2.1") (source (origin (method git-fetch) @@ -1514,7 +1514,7 @@ (define-public tuxedo-keyboard (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "00yq3bk4ss60q8zgykid6gzsi3n6grdnkk6dkdr8n42gwaprpbw7")))) + (base32 "13fncirqcci46zxmsrawsxpazip5k46i849dwkhkqlg0mg4vxxw5")))) (build-system linux-module-build-system) (arguments (list #:tests? #f)) ; no test suite -- 2.39.2 From unknown Tue Jun 17 22:28:56 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: jlicht@fsfe.org Subject: bug#62660: closed (Re: [bug#62660] [PATCH] gnu: tuxedo-keyboard: Update to 3.2.1.) Message-ID: References: <87a5zilgn1.fsf@nicolasgoaziou.fr> <535e5b4f98a3795139d6c6ea60fb4b52356c78cd.1680590395.git.jlicht@fsfe.org> X-Gnu-PR-Message: they-closed 62660 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 62660@debbugs.gnu.org Date: Sat, 08 Apr 2023 12:10:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1680955803-27658-1" This is a multi-part message in MIME format... ------------=_1680955803-27658-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #62660: [PATCH] gnu: tuxedo-keyboard: Update to 3.2.1. 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 62660@debbugs.gnu.org. --=20 62660: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D62660 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1680955803-27658-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 62660-done) by debbugs.gnu.org; 8 Apr 2023 12:09:48 +0000 Received: from localhost ([127.0.0.1]:57898 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pl7O8-0007Ad-Kg for submit@debbugs.gnu.org; Sat, 08 Apr 2023 08:09:48 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:59995) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pl7O7-0007AQ-7C for 62660-done@debbugs.gnu.org; Sat, 08 Apr 2023 08:09:47 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 93ED6100002; Sat, 8 Apr 2023 12:09:39 +0000 (UTC) From: Nicolas Goaziou To: jlicht@fsfe.org Subject: Re: [bug#62660] [PATCH] gnu: tuxedo-keyboard: Update to 3.2.1. References: <535e5b4f98a3795139d6c6ea60fb4b52356c78cd.1680590395.git.jlicht@fsfe.org> Date: Sat, 08 Apr 2023 14:09:38 +0200 In-Reply-To: <535e5b4f98a3795139d6c6ea60fb4b52356c78cd.1680590395.git.jlicht@fsfe.org> (jlicht@fsfe.org's message of "Tue, 4 Apr 2023 08:40:44 +0200") Message-ID: <87a5zilgn1.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: 62660-done Cc: Tobias Geerinckx-Rice , 62660-done@debbugs.gnu.org, Leo Famulari 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, jlicht@fsfe.org writes: > * gnu/packages/linux.scm (tuxedo-keyboard): Update to 3.2.1. Applied. Thank you. Regards, -- Nicolas Goaziou ------------=_1680955803-27658-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 4 Apr 2023 06:41:06 +0000 Received: from localhost ([127.0.0.1]:46375 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pjaLq-00053R-65 for submit@debbugs.gnu.org; Tue, 04 Apr 2023 02:41:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:60516) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pjaLn-00053D-Hi for submit@debbugs.gnu.org; Tue, 04 Apr 2023 02:41:03 -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 1pjaLl-0002HE-2C for guix-patches@gnu.org; Tue, 04 Apr 2023 02:41:01 -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 1pjaLi-0004hw-SP for guix-patches@gnu.org; Tue, 04 Apr 2023 02:41:00 -0400 From: jlicht@fsfe.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fsfe.org; s=2021100501; t=1680590452; 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=bIQZ41qqx8vVgCRxV30HmWlnvmlXbRCXP0lEYVFy4nY=; b=fsiZNXbXOVDRqwwJ1Q97QwOo16sjkjwKV7oVy38lvQy1MMVwm8Qo3mTC4Q7tNm3Rc2TdHX gTrnCOOCKdPnxkm99hGHQmeM5Bd1Ym/RNGRdIrouRpLRppt1Ze7Ty8ebfVwX4BvyD6Dteb N+I58HalXJuXM+bhvUzx9V3ybFmkeno= To: guix-patches@gnu.org Subject: [PATCH] gnu: tuxedo-keyboard: Update to 3.2.1. Date: Tue, 4 Apr 2023 08:40:44 +0200 Message-Id: <535e5b4f98a3795139d6c6ea60fb4b52356c78cd.1680590395.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 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Tobias Geerinckx-Rice , Jelle Licht , Leo Famulari 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/linux.scm (tuxedo-keyboard): Update to 3.2.1. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 95c6640fe2..f7d2209a93 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1505,7 +1505,7 @@ (define-public librem-ec-acpi-linux-module (define-public tuxedo-keyboard (package (name "tuxedo-keyboard") - (version "3.1.4") + (version "3.2.1") (source (origin (method git-fetch) @@ -1514,7 +1514,7 @@ (define-public tuxedo-keyboard (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "00yq3bk4ss60q8zgykid6gzsi3n6grdnkk6dkdr8n42gwaprpbw7")))) + (base32 "13fncirqcci46zxmsrawsxpazip5k46i849dwkhkqlg0mg4vxxw5")))) (build-system linux-module-build-system) (arguments (list #:tests? #f)) ; no test suite -- 2.39.2 ------------=_1680955803-27658-1--