3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: vhba-module: Update to 20190831.

* gnu/packages/linux.scm (vhba-module): Update to 20190831.
This commit is contained in:
Tobias Geerinckx-Rice 2019-09-01 17:10:53 +02:00
parent 5706fd7933
commit 853232e60a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -892,7 +892,7 @@ and should be used with caution, especially on untested models.")
(define-public vhba-module
(package
(name "vhba-module")
(version "20190410")
(version "20190831")
(source (origin
(method url-fetch)
(uri (string-append
@ -900,7 +900,7 @@ and should be used with caution, especially on untested models.")
version ".tar.bz2"))
(sha256
(base32
"1513hq130raxp9z5grj54cwfjfxj05apipxg425j0zicii59a60c"))))
"1ybbk6l06n0y11n5wnfmvdz0baizmq55l458ywimghdyz0n7g0ws"))))
(build-system linux-module-build-system)
(arguments
;; TODO: No tests?