guix-commits
[Top][All Lists]
Advanced

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

01/30: gnu: vhba-module: Update to 20211023.


From: guix-commits
Subject: 01/30: gnu: vhba-module: Update to 20211023.
Date: Fri, 26 Nov 2021 18:53:05 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c9cd97c872662d5ac4fb2b815fb3c1372ba9f624
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 27 00:18:32 2021 +0100

    gnu: vhba-module: Update to 20211023.
    
    * gnu/packages/linux.scm (vhba-module): Update to 20211023.
---
 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 481be24..8b22666 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1399,7 +1399,7 @@ RTL8812AU, RTL8821AU, and RTL8814AU chips.")
 (define-public vhba-module
   (package
     (name "vhba-module")
-    (version "20210418")
+    (version "20211023")
     (source
      (origin
        (method url-fetch)
@@ -1407,7 +1407,7 @@ RTL8812AU, RTL8821AU, and RTL8814AU chips.")
              "http://downloads.sourceforge.net/cdemu/vhba-module/vhba-module-";
              version ".tar.xz"))
        (sha256
-        (base32 "119zgav6caialmf3hr096wkf72l9h76sqc9w5dhx26kj4yp85g8q"))))
+        (base32 "045zvsdb2yjhzhmb6b7rzsn151ylygz0civ8sl3gmki8m6m7n230"))))
     (build-system linux-module-build-system)
     (arguments
      `(#:tests? #f))                    ; no test suite



reply via email to

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