guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: rtl8821ce-linux-module: Update to 0.0.0-5-dc


From: guix-commits
Subject: branch master updated: gnu: rtl8821ce-linux-module: Update to 0.0.0-5-dce62b9.
Date: Tue, 26 Apr 2022 05:06:36 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 30ff557bd7 gnu: rtl8821ce-linux-module: Update to 0.0.0-5-dce62b9.
30ff557bd7 is described below

commit 30ff557bd7255dddec16f4a032e58f5a88d5e448
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Sun Apr 24 18:21:56 2022 +0800

    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.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 @@ and the notification, WiFi, and Bluetooth LED.")
     (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 @@ and the notification, WiFi, and Bluetooth LED.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "18ma8a8h1l90dss0k6al7q6plwr57jc9g67p22g9917k1jfbhm97"))))
+           "0s5v6z4x7xdgr5qm4q7dr9nd5c8qy28jaw0p78hxji3m8if56vka"))))
       (build-system linux-module-build-system)
       (arguments
        (list #:make-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]