* [bug#72892] [PATCH] gnu: tuxedo-keyboard: Update to 4.6.2.
@ 2024-08-30 14:05 jlicht
2024-09-09 8:55 ` [bug#72892] [PATCH v2] gnu: tuxedo-keyboard: Update to 4.6.3 jlicht
0 siblings, 1 reply; 3+ messages in thread
From: jlicht @ 2024-08-30 14:05 UTC (permalink / raw)
To: 72892; +Cc: Jelle Licht, Leo Famulari, Wilko Meyer
From: Jelle Licht <jlicht@fsfe.org>
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#72892] [PATCH v2] gnu: tuxedo-keyboard: Update to 4.6.3.
2024-08-30 14:05 [bug#72892] [PATCH] gnu: tuxedo-keyboard: Update to 4.6.2 jlicht
@ 2024-09-09 8:55 ` jlicht
2024-09-09 10:54 ` bug#72892: " Z572
0 siblings, 1 reply; 3+ messages in thread
From: jlicht @ 2024-09-09 8:55 UTC (permalink / raw)
To: 72892; +Cc: Jelle Licht, jlicht, Leo Famulari, Wilko Meyer
From: Jelle Licht <jlicht@fsfe.org>
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#72892: [PATCH v2] gnu: tuxedo-keyboard: Update to 4.6.3.
2024-09-09 8:55 ` [bug#72892] [PATCH v2] gnu: tuxedo-keyboard: Update to 4.6.3 jlicht
@ 2024-09-09 10:54 ` Z572
0 siblings, 0 replies; 3+ messages in thread
From: Z572 @ 2024-09-09 10:54 UTC (permalink / raw)
To: jlicht; +Cc: 72892-done, Wilko Meyer, Leo Famulari
[-- Attachment #1: Type: text/plain, Size: 1231 bytes --]
jlicht@fsfe.org writes:
> From: Jelle Licht <jlicht@fsfe.org>
>
> * 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.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-09 10:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-30 14:05 [bug#72892] [PATCH] gnu: tuxedo-keyboard: Update to 4.6.2 jlicht
2024-09-09 8:55 ` [bug#72892] [PATCH v2] gnu: tuxedo-keyboard: Update to 4.6.3 jlicht
2024-09-09 10:54 ` bug#72892: " Z572
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.