all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#56358] [PATCH]: gnu: rtl8821ce-linux-module: Update to 0.0.0-6-be733dc.
@ 2022-07-02 15:16 Zhu Zihao
       [not found] ` <handler.56358.B.165677501523018.ack@debbugs.gnu.org>
  2022-07-08 21:47 ` bug#56358: [PATCH]: gnu: rtl8821ce-linux-module: Update to 0.0.0-6-be733dc Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Zhu Zihao @ 2022-07-02 15:16 UTC (permalink / raw)
  To: 56358


[-- Attachment #1.1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 255 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-rtl8821ce-linux-module-Update-to-0.0.0-6-be733dc.patch --]
[-- Type: text/x-patch, Size: 1403 bytes --]

From 97dd28f2af66fdadf4f6e6a67c58791bf792c774 Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last@163.com>
Date: Sat, 2 Jul 2022 23:11:26 +0800
Subject: [PATCH] gnu: rtl8821ce-linux-module: Update to 0.0.0-6-be733dc.

Fixes the broken build with linux-libre 5.18.x.

* gnu/packages/linux.scm (rtl8821ce-linux-module): Update to 0.0.0-6-be733dc.
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 46136f124c..681fdfbd59 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1343,8 +1343,8 @@ (define-public librem-ec-acpi-linux-module
     (license license:gpl2)))
 
 (define-public rtl8821ce-linux-module
-  (let ((commit "dce62b9bbb7c76339b514153fcebb3a19bafdcc7")
-        (revision "5"))
+  (let ((commit "be733dc86781c68571650b395dd0fa6b53c0a039")
+        (revision "6"))
     (package
       (name "rtl8821ce-linux-module")
       (version (git-version "0.0.0" revision commit))
@@ -1357,7 +1357,7 @@ (define-public rtl8821ce-linux-module
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0s5v6z4x7xdgr5qm4q7dr9nd5c8qy28jaw0p78hxji3m8if56vka"))))
+           "00sd7s0582b9jcpfgy0fw6418dwg700mfyizkfr22jf2x140iy70"))))
       (build-system linux-module-build-system)
       (arguments
        (list #:make-flags
-- 
2.36.1


[-- Attachment #3: Type: text/plain, Size: 100 bytes --]


-- 
Retrieve my PGP public key:

  gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F

Zihao

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#56358] Acknowledgement ([PATCH]: gnu: rtl8821ce-linux-module: Update to 0.0.0-6-be733dc.)
       [not found] ` <handler.56358.B.165677501523018.ack@debbugs.gnu.org>
@ 2022-07-07 16:03   ` Zhu Zihao
  0 siblings, 0 replies; 3+ messages in thread
From: Zhu Zihao @ 2022-07-07 16:03 UTC (permalink / raw)
  To: 56358

[-- Attachment #1: Type: text/plain, Size: 121 bytes --]


ding dong :)
-- 
Retrieve my PGP public key:

  gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F

Zihao

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 255 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#56358: [PATCH]: gnu: rtl8821ce-linux-module: Update to 0.0.0-6-be733dc.
  2022-07-02 15:16 [bug#56358] [PATCH]: gnu: rtl8821ce-linux-module: Update to 0.0.0-6-be733dc Zhu Zihao
       [not found] ` <handler.56358.B.165677501523018.ack@debbugs.gnu.org>
@ 2022-07-08 21:47 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2022-07-08 21:47 UTC (permalink / raw)
  To: Zhu Zihao; +Cc: 56358-done

Hi,

Zhu Zihao <all_but_last@163.com> skribis:

>>From 97dd28f2af66fdadf4f6e6a67c58791bf792c774 Mon Sep 17 00:00:00 2001
> From: Zhu Zihao <all_but_last@163.com>
> Date: Sat, 2 Jul 2022 23:11:26 +0800
> Subject: [PATCH] gnu: rtl8821ce-linux-module: Update to 0.0.0-6-be733dc.
>
> Fixes the broken build with linux-libre 5.18.x.
>
> * gnu/packages/linux.scm (rtl8821ce-linux-module): Update to 0.0.0-6-be733dc.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-08 21:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-02 15:16 [bug#56358] [PATCH]: gnu: rtl8821ce-linux-module: Update to 0.0.0-6-be733dc Zhu Zihao
     [not found] ` <handler.56358.B.165677501523018.ack@debbugs.gnu.org>
2022-07-07 16:03   ` [bug#56358] Acknowledgement ([PATCH]: gnu: rtl8821ce-linux-module: Update to 0.0.0-6-be733dc.) Zhu Zihao
2022-07-08 21:47 ` bug#56358: [PATCH]: gnu: rtl8821ce-linux-module: Update to 0.0.0-6-be733dc Ludovic Courtès

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.