mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: vhba-module: Update to 20200106.
* gnu/packages/linux.scm (vhba-module): Update to 20200106.
This commit is contained in:
parent
bccbeeceef
commit
0847e479f6
1 changed files with 2 additions and 2 deletions
|
@ -927,7 +927,7 @@ (define-public acpi-call-linux-module
|
|||
(define-public vhba-module
|
||||
(package
|
||||
(name "vhba-module")
|
||||
(version "20190831")
|
||||
(version "20200106")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -935,7 +935,7 @@ (define-public vhba-module
|
|||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ybbk6l06n0y11n5wnfmvdz0baizmq55l458ywimghdyz0n7g0ws"))))
|
||||
"10rlvsfj0fw6n0qmwcnvhimqnsnhi7n55lyl7fq1pkwggf5218sr"))))
|
||||
(build-system linux-module-build-system)
|
||||
(arguments
|
||||
;; TODO: No tests?
|
||||
|
|
Loading…
Reference in a new issue