me
/
guix
Archived
1
0
Fork 0

gnu: vhba-module: Update to 20210418.

* gnu/packages/linux.scm (vhba-module): Update to 20210418.
master
Tobias Geerinckx-Rice 2021-07-02 06:39:36 +02:00
parent c32a7b6e74
commit f8bb6b1cc9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 10 additions and 11 deletions

View File

@ -1380,19 +1380,18 @@ network adapters.")
(define-public vhba-module
(package
(name "vhba-module")
(version "20200106")
(source (origin
(version "20210418")
(source
(origin
(method url-fetch)
(uri (string-append
"http://downloads.sourceforge.net/cdemu/vhba-module/vhba-module-"
version ".tar.bz2"))
version ".tar.xz"))
(sha256
(base32
"10rlvsfj0fw6n0qmwcnvhimqnsnhi7n55lyl7fq1pkwggf5218sr"))))
(base32 "119zgav6caialmf3hr096wkf72l9h76sqc9w5dhx26kj4yp85g8q"))))
(build-system linux-module-build-system)
(arguments
;; TODO: No tests?
`(#:tests? #f))
`(#:tests? #f)) ; no test suite
(home-page "https://cdemu.sourceforge.io/")
(synopsis "Kernel module that emulates SCSI devices")
(description "VHBA module provides a Virtual (SCSI) HBA, which is the link