From unknown Mon Aug 18 11:15:51 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#72892] [PATCH] gnu: tuxedo-keyboard: Update to 4.6.2. Resent-From: jlicht@fsfe.org Original-Sender: "Debbugs-submit" Resent-CC: leo@famulari.name, w@wmeyer.eu, guix-patches@gnu.org Resent-Date: Fri, 30 Aug 2024 14:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 72892 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 72892@debbugs.gnu.org Cc: Jelle Licht , Leo Famulari , Wilko Meyer X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Leo Famulari , Wilko Meyer Received: via spool by submit@debbugs.gnu.org id=B.172502683227721 (code B ref -1); Fri, 30 Aug 2024 14:08:02 +0000 Received: (at submit) by debbugs.gnu.org; 30 Aug 2024 14:07:12 +0000 Received: from localhost ([127.0.0.1]:53317 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sk2HP-0007Cz-Dr for submit@debbugs.gnu.org; Fri, 30 Aug 2024 10:07:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:36254) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sk2HM-0007Cn-5Z for submit@debbugs.gnu.org; Fri, 30 Aug 2024 10:07:09 -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 1sk2GQ-0008Hj-Fv for guix-patches@gnu.org; Fri, 30 Aug 2024 10:06:10 -0400 Received: from mail2.fsfe.org ([2001:780:215:1::55]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sk2GL-0008Fp-LO for guix-patches@gnu.org; Fri, 30 Aug 2024 10:06:10 -0400 From: jlicht@fsfe.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fsfe.org; s=2021081301; t=1725026760; 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=L833NDlntnnjbuQM9F6df90eBgMPvkdlZidh0jHxqVc=; b=TymYo1DCMbhrZwlSsvcHWg3smeLBy6iD2xcbXlHObzbwksOQgfgt1q8LWB94L1puLgQp/I qtc0gFi90YKI4cN5rAsFqWKn/80NLw6SpEr7T2QLrR5FRb1ITAJfLPr5jVOnQj1CPPVg4j k/S+R9ptQycbP16xKm5YvOfvkmuK3l0= Date: Fri, 30 Aug 2024 16:05:59 +0200 Message-ID: <1c9ce90215151c2894d1dcdad0c394ac4d18a2d9.1725026759.git.jlicht@fsfe.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:780:215:1::55; envelope-from=jlicht@fsfe.org; helo=mail2.fsfe.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, 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.4 (-) 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 (--) From: Jelle Licht * gnu/packages/linux.scm (tuxedo-keyboard): Update to 4.6.2. Change-Id: I0ad9b7bcbe04b88cce05cf3d1e74b29e97c2b52b --- 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 86754abb35..3665bb57b9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1579,7 +1579,7 @@ (define-public librem-ec-acpi-linux-module (define-public tuxedo-keyboard (package (name "tuxedo-keyboard") - (version "4.6.1") + (version "4.6.2") (source (origin (method git-fetch) @@ -1588,7 +1588,7 @@ (define-public tuxedo-keyboard (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0hbqk28qi3yxw0g3j8yarsplyigpd8kgliri7c48d3yhliiiz7l5")))) + (base32 "1azakqg83lcvyhqy1ldvj00n203rdhkn3194v774nnq530dclbqx")))) (build-system linux-module-build-system) (arguments (list #:tests? #f)) ; no test suite base-commit: d5312370b46ace47e138d84e1bb28e5651cee94b -- 2.45.2 From unknown Mon Aug 18 11:15:51 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#72892] [PATCH v2] gnu: tuxedo-keyboard: Update to 4.6.3. References: <1c9ce90215151c2894d1dcdad0c394ac4d18a2d9.1725026759.git.jlicht@fsfe.org> In-Reply-To: <1c9ce90215151c2894d1dcdad0c394ac4d18a2d9.1725026759.git.jlicht@fsfe.org> Resent-From: jlicht@fsfe.org Original-Sender: "Debbugs-submit" Resent-CC: jlicht@fsfe.org, leo@famulari.name, w@wmeyer.eu, guix-patches@gnu.org Resent-Date: Mon, 09 Sep 2024 08:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 72892 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 72892@debbugs.gnu.org Cc: Jelle Licht , jlicht@fsfe.org, Leo Famulari , Wilko Meyer X-Debbugs-Original-Xcc: jlicht@fsfe.org, Leo Famulari , Wilko Meyer Received: via spool by 72892-submit@debbugs.gnu.org id=B72892.172587217631089 (code B ref 72892); Mon, 09 Sep 2024 08:57:02 +0000 Received: (at 72892) by debbugs.gnu.org; 9 Sep 2024 08:56:16 +0000 Received: from localhost ([127.0.0.1]:60626 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1snaBz-00085N-PY for submit@debbugs.gnu.org; Mon, 09 Sep 2024 04:56:16 -0400 Received: from mail2.fsfe.org ([213.95.165.55]:34384) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1snaBv-000859-Ds for 72892@debbugs.gnu.org; Mon, 09 Sep 2024 04:56:14 -0400 From: jlicht@fsfe.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fsfe.org; s=2021081301; t=1725872166; 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=gZkXpiJiNNIH1+VMZ/LjoaMs8GmpNMQ1kQm5UEi570k=; b=a/1MFT0YzbkWHNJue3YndSqzqWFHdkqIf7Tto9YpS+9zpQJxyEf4TJBrt97xc6JslY5jwX 2XybVDOWHl4a4PMDYxKRAoeBWsETQD6R4h8VSj9RYE5r4Vp0HCAcSWh2OLLiQndAdZgRZl tx4TGtZKmH8s2ZY1WRqMQGyGGRro8JE= Date: Mon, 9 Sep 2024 10:55:55 +0200 Message-ID: <88bf9d508774ec74a3a8e5a366604daecaeca203.1725872155.git.jlicht@fsfe.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -5.0 (-----) 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: -6.0 (------) From: Jelle Licht * gnu/packages/linux.scm (tuxedo-keyboard): Update to 4.6.3. Change-Id: I0ad9b7bcbe04b88cce05cf3d1e74b29e97c2b52b --- 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 a3b63a6f62..b77f08350b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1579,7 +1579,7 @@ (define-public librem-ec-acpi-linux-module (define-public tuxedo-keyboard (package (name "tuxedo-keyboard") - (version "4.6.1") + (version "4.6.3") (source (origin (method git-fetch) @@ -1588,7 +1588,7 @@ (define-public tuxedo-keyboard (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0hbqk28qi3yxw0g3j8yarsplyigpd8kgliri7c48d3yhliiiz7l5")))) + (base32 "1958ls5jk8ilc5mn7z3770phrqwj09lnam2slyq54h15n68hf07c")))) (build-system linux-module-build-system) (arguments (list #:tests? #f)) ; no test suite base-commit: 056910ec864cb7cf3225a0c27679d94405db7dcd -- 2.45.2 From unknown Mon Aug 18 11:15:51 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#72892: closed (Re: [bug#72892] [PATCH v2] gnu: tuxedo-keyboard: Update to 4.6.3.) Message-ID: References: <87r09tyu4y.fsf@iscas.ac.cn> <1c9ce90215151c2894d1dcdad0c394ac4d18a2d9.1725026759.git.jlicht@fsfe.org> X-Gnu-PR-Message: they-closed 72892 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 72892@debbugs.gnu.org Date: Mon, 09 Sep 2024 10:55:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1725879303-22385-1" This is a multi-part message in MIME format... ------------=_1725879303-22385-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #72892: [PATCH] gnu: tuxedo-keyboard: Update to 4.6.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 72892@debbugs.gnu.org. --=20 72892: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D72892 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1725879303-22385-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 72892-done) by debbugs.gnu.org; 9 Sep 2024 10:54:58 +0000 Received: from localhost ([127.0.0.1]:60748 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1snc2s-0005oX-3s for submit@debbugs.gnu.org; Mon, 09 Sep 2024 06:54:58 -0400 Received: from smtp21.cstnet.cn ([159.226.251.21]:48160 helo=cstnet.cn) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1snc2p-0005oD-IC for 72892-done@debbugs.gnu.org; Mon, 09 Sep 2024 06:54:56 -0400 Received: from m (unknown [107.174.64.25]) by APP-01 (Coremail) with SMTP id qwCowABnbqLv095mYVseAg--.38518S2; Mon, 09 Sep 2024 18:54:44 +0800 (CST) From: Z572 To: jlicht@fsfe.org Subject: Re: [bug#72892] [PATCH v2] gnu: tuxedo-keyboard: Update to 4.6.3. In-Reply-To: <88bf9d508774ec74a3a8e5a366604daecaeca203.1725872155.git.jlicht@fsfe.org> (jlicht@fsfe.org's message of "Mon, 9 Sep 2024 10:55:55 +0200") References: <1c9ce90215151c2894d1dcdad0c394ac4d18a2d9.1725026759.git.jlicht@fsfe.org> <88bf9d508774ec74a3a8e5a366604daecaeca203.1725872155.git.jlicht@fsfe.org> Date: Mon, 09 Sep 2024 18:54:37 +0800 Message-ID: <87r09tyu4y.fsf@iscas.ac.cn> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-CM-TRANSID: qwCowABnbqLv095mYVseAg--.38518S2 X-Coremail-Antispam: 1UD129KBjvdXoWruF1DGr4kCFW5tw1rWr15Arb_yoWkKrg_KF W3W3s3WrWvgw1jk3WYkF1kXF1YgrnrAr4FgrWDKan2gas8Wrs5WFnru3yxA3WUGr4IkF1f KrsYyF9Ygr1S9jkaLaAFLSUrUUUUjb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUIcSsGvfJTRUUUbskYjsxI4VWkKwAYFVCjjxCrM7AC8VAFwI0_Jr0_Gr1l1xkIjI8I 6I8E6xAIw20EY4v20xvaj40_Wr0E3s1l1IIY67AEw4v_Jr0_Jr4l8cAvFVAK0II2c7xJM2 8CjxkF64kEwVA0rcxSw2x7M28EF7xvwVC0I7IYx2IY67AKxVW8JVW5JwA2z4x0Y4vE2Ix0 cI8IcVCY1x0267AKxVW8JVWxJwA2z4x0Y4vEx4A2jsIE14v26F4UJVW0owA2z4x0Y4vEx4 A2jsIEc7CjxVAFwI0_GcCE3s1lnx0Ee4C267I2x7xF54xIwI0E7I0Y6sxI4wAS0I0E0xvY zxvE52x082IY62kv0487M2AExVA0xI801c8C04v7Mc02F40EFcxC0VAKzVAqx4xG6I80ew Av7VC0I7IYx2IY67AKxVWUGVWUXwAv7VC2z280aVAFwI0_Jr0_Gr1lOx8S6xCaFVCjc4AY 6r1j6r4UM4x0Y48IcVAKI48JMxAIw28IcxkI7VAKI48JMxC20s026xCaFVCjc4AY6r1j6r 4UMI8I3I0E5I8CrVAFwI0_Jr0_Jr4lx2IqxVCjr7xvwVAFwI0_JrI_JrWlx4CE17CEb7AF 67AKxVWUAVWUtwCIc40Y0x0EwIxGrwCI42IY6xIIjxv20xvE14v26r1j6r1xMIIF0xvE2I x0cI8IcVCY1x0267AKxVWUJVW8JwCI42IY6xAIw20EY4v20xvaj40_Jr0_JF4lIxAIcVC2 z280aVAFwI0_Jr0_Gr1lIxAIcVC2z280aVCY1x0267AKxVWUJVW8JbIYCTnIWIevJa73Uj IFyTuYvjxUh8u4DUUUU X-Originating-IP: [107.174.64.25] X-CM-SenderInfo: x2kh0wxmxqyx3h6l2u1dvotugofq/ X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 72892-done Cc: 72892-done@debbugs.gnu.org, Wilko Meyer , 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: -3.3 (---) --=-=-= Content-Type: text/plain jlicht@fsfe.org writes: > From: Jelle Licht > > * gnu/packages/linux.scm (tuxedo-keyboard): Update to 4.6.3. > > Change-Id: I0ad9b7bcbe04b88cce05cf3d1e74b29e97c2b52b > --- > 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 a3b63a6f62..b77f08350b 100644 > --- a/gnu/packages/linux.scm > +++ b/gnu/packages/linux.scm > @@ -1579,7 +1579,7 @@ (define-public librem-ec-acpi-linux-module > (define-public tuxedo-keyboard > (package > (name "tuxedo-keyboard") > - (version "4.6.1") > + (version "4.6.3") > (source > (origin > (method git-fetch) > @@ -1588,7 +1588,7 @@ (define-public tuxedo-keyboard > (commit (string-append "v" version)))) > (file-name (git-file-name name version)) > (sha256 > - (base32 "0hbqk28qi3yxw0g3j8yarsplyigpd8kgliri7c48d3yhliiiz7l5")))) > + (base32 "1958ls5jk8ilc5mn7z3770phrqwj09lnam2slyq54h15n68hf07c")))) > (build-system linux-module-build-system) > (arguments > (list #:tests? #f)) ; no test suite > > base-commit: 056910ec864cb7cf3225a0c27679d94405db7dcd push, close. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmbe0+0ACgkQO1qpk+Gi 3/APsg//b1NDteL5SxrEF2SOZ7G34RPl1aFdop+BcH1ckeeYQ++TdHt0eIu0QOAx 42rixcpE8COm0Ubhid/4719MaM0IMPH7+xubwLdV160zYz94tw6/589WMAr0HRhW anFi5RADm/0QhwDHkGSSrT6fN2upcH+WplIkyfVVxx/g+H3NR+qQeDjTikMk3oPy Kr4NyNbPff+fSFISckxXCADlzUrJAUVTdRtzXytXX0M7/6/sdrAoTuoyFz773DHS lGQo2OpQoJJh1e06379F1KjGbk0X3l1DvTIKCBFI58QdMUsJ9IUNabQHJ27GIkUa /FPAdcGtcfWDa2j3ghPgkissvuJvIP9kVdyGwacEgSttJkYNY4p5aUebRxacwSLg 2uS6xcH/Tu+kEpr+NbR/t9eTaZxZwD7nwpf0LqAEKqN5puHicXpL+3StR/MPbxEd c2xidnYhoKGxhMNFefp+aokKCpUFRPQGiyXohKb1yu4ifkDS5Cm9rF+Cg4VwbaL8 IOguj/oF0nkjzXwig1AAmPomNkbXLV32S2NAX+FU6snMyj1X0CI9tFGuPiEropCe KZSAUuuErrFvyIFr4XQXRW6bSXoJzuFdGeTIi89aTP2g+t057Z6JEINgX2X1UGZy X6ldXYKjTK5xEJI9RDP+59jya1Un/aSjqI09oybWXj6nM5ucA7w= =w+hW -----END PGP SIGNATURE----- --=-=-=-- ------------=_1725879303-22385-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 30 Aug 2024 14:07:12 +0000 Received: from localhost ([127.0.0.1]:53317 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sk2HP-0007Cz-Dr for submit@debbugs.gnu.org; Fri, 30 Aug 2024 10:07:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:36254) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sk2HM-0007Cn-5Z for submit@debbugs.gnu.org; Fri, 30 Aug 2024 10:07:09 -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 1sk2GQ-0008Hj-Fv for guix-patches@gnu.org; Fri, 30 Aug 2024 10:06:10 -0400 Received: from mail2.fsfe.org ([2001:780:215:1::55]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sk2GL-0008Fp-LO for guix-patches@gnu.org; Fri, 30 Aug 2024 10:06:10 -0400 From: jlicht@fsfe.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fsfe.org; s=2021081301; t=1725026760; 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=L833NDlntnnjbuQM9F6df90eBgMPvkdlZidh0jHxqVc=; b=TymYo1DCMbhrZwlSsvcHWg3smeLBy6iD2xcbXlHObzbwksOQgfgt1q8LWB94L1puLgQp/I qtc0gFi90YKI4cN5rAsFqWKn/80NLw6SpEr7T2QLrR5FRb1ITAJfLPr5jVOnQj1CPPVg4j k/S+R9ptQycbP16xKm5YvOfvkmuK3l0= To: guix-patches@gnu.org Subject: [PATCH] gnu: tuxedo-keyboard: Update to 4.6.2. Date: Fri, 30 Aug 2024 16:05:59 +0200 Message-ID: <1c9ce90215151c2894d1dcdad0c394ac4d18a2d9.1725026759.git.jlicht@fsfe.org> MIME-Version: 1.0 X-Debbugs-Cc: Leo Famulari , Wilko Meyer Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:780:215:1::55; envelope-from=jlicht@fsfe.org; helo=mail2.fsfe.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, 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.4 (-) 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.4 (--) From: Jelle Licht * gnu/packages/linux.scm (tuxedo-keyboard): Update to 4.6.2. Change-Id: I0ad9b7bcbe04b88cce05cf3d1e74b29e97c2b52b --- 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 86754abb35..3665bb57b9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1579,7 +1579,7 @@ (define-public librem-ec-acpi-linux-module (define-public tuxedo-keyboard (package (name "tuxedo-keyboard") - (version "4.6.1") + (version "4.6.2") (source (origin (method git-fetch) @@ -1588,7 +1588,7 @@ (define-public tuxedo-keyboard (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0hbqk28qi3yxw0g3j8yarsplyigpd8kgliri7c48d3yhliiiz7l5")))) + (base32 "1azakqg83lcvyhqy1ldvj00n203rdhkn3194v774nnq530dclbqx")))) (build-system linux-module-build-system) (arguments (list #:tests? #f)) ; no test suite base-commit: d5312370b46ace47e138d84e1bb28e5651cee94b -- 2.45.2 ------------=_1725879303-22385-1--