summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-11-27 00:18:32 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-11-27 00:49:50 +0100
commitc9cd97c872662d5ac4fb2b815fb3c1372ba9f624 (patch)
tree28b22e2cf04a88eb2f84b5e82cf16c63ffb995aa /gnu/packages/linux.scm
parente1843968442e58357ff9eb7b2db990178031d0f4 (diff)
downloadguix-patches-c9cd97c872662d5ac4fb2b815fb3c1372ba9f624.tar
guix-patches-c9cd97c872662d5ac4fb2b815fb3c1372ba9f624.tar.gz
gnu: vhba-module: Update to 20211023.
* gnu/packages/linux.scm (vhba-module): Update to 20211023.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 481be24cfd..8b22666b11 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