mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: vhba-module: Update to 20211023.
* gnu/packages/linux.scm (vhba-module): Update to 20211023.
This commit is contained in:
parent
e184396844
commit
c9cd97c872
1 changed files with 2 additions and 2 deletions
|
@ -1399,7 +1399,7 @@ (define-public rtl8812au-aircrack-ng-linux-module
|
|||
(define-public vhba-module
|
||||
(package
|
||||
(name "vhba-module")
|
||||
(version "20210418")
|
||||
(version "20211023")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1407,7 +1407,7 @@ (define-public vhba-module
|
|||
"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
|
||||
|
|
Loading…
Reference in a new issue