guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: vhba-module: Update to 20211218.


From: guix-commits
Subject: 06/07: gnu: vhba-module: Update to 20211218.
Date: Sun, 19 Dec 2021 21:25:48 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 82ae16b7b89cbf5e1015a8919b20c07d9d917467
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Dec 20 02:47:30 2021 +0100

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



reply via email to

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