diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-20 02:47:30 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-20 03:26:20 +0100 |
commit | 82ae16b7b89cbf5e1015a8919b20c07d9d917467 (patch) | |
tree | dba9c37879539c8bc94ef5fa4500f50354835d29 /gnu | |
parent | 8b214fc065a1dc770a8d94ce2fe063a8ce050e21 (diff) | |
download | guix-82ae16b7b89cbf5e1015a8919b20c07d9d917467.tar.gz |
gnu: vhba-module: Update to 20211218.
* gnu/packages/linux.scm (vhba-module): Update to 20211218.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index cfec385a68..67320a1e60 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 |