gnu: vhba-module: Update to 20190410.

* gnu/packages/linux.scm (vhba-module): Update to 20190410.
This commit is contained in:
Tobias Geerinckx-Rice 2019-05-09 15:23:58 +02:00
parent 38878020b0
commit 819b3b8201
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -443,15 +443,15 @@ It has been modified to remove all non-free binary blobs.")
(define-public vhba-module (define-public vhba-module
(package (package
(name "vhba-module") (name "vhba-module")
(version "20170610") (version "20190410")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"http://downloads.sourceforge.net/cdemu/vhba-module-" "http://downloads.sourceforge.net/cdemu/vhba-module/vhba-module-"
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1v6r0bgx0a65vlh36b1l2965xybngbpga6rp54k4z74xk0zwjw3r")))) "1513hq130raxp9z5grj54cwfjfxj05apipxg425j0zicii59a60c"))))
(build-system linux-module-build-system) (build-system linux-module-build-system)
(arguments (arguments
;; TODO: No tests? ;; TODO: No tests?