all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#55090] [PATCH] gnu: rtl8821ce-linux-module: Update to 0.0.0-5-dce62b9.
@ 2022-04-24 10:29 Zhu Zihao
  2022-04-26  9:06 ` bug#55090: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Zhu Zihao @ 2022-04-24 10:29 UTC (permalink / raw)
  To: 55090


[-- 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-5-dce62b9.patch --]
[-- Type: text/x-patch, Size: 1404 bytes --]

From 2175ab6a66a3cc6f1cfe28a999bc2244ef71e66b Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last@163.com>
Date: Sun, 24 Apr 2022 18:21:56 +0800
Subject: [PATCH] gnu: rtl8821ce-linux-module: Update to 0.0.0-5-dce62b9.

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

* gnu/packages/linux.scm (rtl8821ce-linux-module): Update to 0.0.0-5-dce62b9.
---
 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 3ea1e7e09f..dd9608b9bd 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1346,8 +1346,8 @@ (define-public librem-ec-acpi-linux-module
     (license license:gpl2)))
 
 (define-public rtl8821ce-linux-module
-  (let ((commit "ca204c60724d23ab10244f920d4e50759ed1affb")
-        (revision "4"))
+  (let ((commit "dce62b9bbb7c76339b514153fcebb3a19bafdcc7")
+        (revision "5"))
     (package
       (name "rtl8821ce-linux-module")
       (version (git-version "0.0.0" revision commit))
@@ -1360,7 +1360,7 @@ (define-public rtl8821ce-linux-module
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "18ma8a8h1l90dss0k6al7q6plwr57jc9g67p22g9917k1jfbhm97"))))
+           "0s5v6z4x7xdgr5qm4q7dr9nd5c8qy28jaw0p78hxji3m8if56vka"))))
       (build-system linux-module-build-system)
       (arguments
        (list #:make-flags
-- 
2.35.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] 2+ messages in thread

* bug#55090: [PATCH] gnu: rtl8821ce-linux-module: Update to 0.0.0-5-dce62b9.
  2022-04-24 10:29 [bug#55090] [PATCH] gnu: rtl8821ce-linux-module: Update to 0.0.0-5-dce62b9 Zhu Zihao
@ 2022-04-26  9:06 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-04-26  9:06 UTC (permalink / raw)
  To: Zhu Zihao; +Cc: 55090-done


> * gnu/packages/linux.scm (rtl8821ce-linux-module): Update to 0.0.0-5-dce62b9.

Pushed, thanks!

Mathieu




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

end of thread, other threads:[~2022-04-26  9:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-24 10:29 [bug#55090] [PATCH] gnu: rtl8821ce-linux-module: Update to 0.0.0-5-dce62b9 Zhu Zihao
2022-04-26  9:06 ` bug#55090: " Mathieu Othacehe

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.