mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: vhba-module: Update to 20211218.
* gnu/packages/linux.scm (vhba-module): Update to 20211218.
This commit is contained in:
parent
8b214fc065
commit
82ae16b7b8
1 changed files with 2 additions and 2 deletions
|
@ -1412,7 +1412,7 @@ (define-public rtl8812au-aircrack-ng-linux-module
|
|||
(define-public vhba-module
|
||||
(package
|
||||
(name "vhba-module")
|
||||
(version "20211023")
|
||||
(version "20211218")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1420,7 +1420,7 @@ (define-public vhba-module
|
|||
"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
|
||||
|
|
Loading…
Reference in a new issue