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-2.14


From: guix-commits
Subject: branch master updated: gnu: rtl8821ce-linux-module: Update to 0.0.0-2.14b536f.
Date: Tue, 29 Dec 2020 16:19:24 -0500

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

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 28ccd1e  gnu: rtl8821ce-linux-module: Update to 0.0.0-2.14b536f.
28ccd1e is described below

commit 28ccd1e71df6f08d6c8a63ebe9d42fa0fc5336c4
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Fri Dec 25 18:03:14 2020 +0800

    gnu: rtl8821ce-linux-module: Update to 0.0.0-2.14b536f.
    
    * gnu/packages/linux.scm (rtl8821ce-linux-module): Update to 
0.0.0-2.14b536f.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 3df0159..9fd5a94 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1146,8 +1146,8 @@ RTL8812AU, RTL8821AU, and RTL8814AU chips.")
       (license license:gpl2+))))
 
 (define-public rtl8821ce-linux-module
-  (let ((commit "fe97b5003f2f3dd070f76ec38c00b83798c1cdea")
-        (revision "1"))
+  (let ((commit "14b536f0c9ad2d0abbdab8afc7ade684900ca9cf")
+        (revision "2"))
     (package
       (name "rtl8821ce-linux-module")
       (version (git-version "0.0.0" revision commit))
@@ -1160,7 +1160,7 @@ RTL8812AU, RTL8821AU, and RTL8814AU chips.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "10mrp63npbqb39c442vx8mra278hw7sczb3b6bjrpr3gan6ljshn"))))
+           "0z7r7spsgn22gwv9pcmkdjn9ingi8jj7xkxasph8118h46fw8ip2"))))
       (build-system linux-module-build-system)
       (arguments
        `(#:make-flags



reply via email to

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