mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: vhba-module: Update to 20210418.
* gnu/packages/linux.scm (vhba-module): Update to 20210418.
This commit is contained in:
parent
c32a7b6e74
commit
f8bb6b1cc9
1 changed files with 10 additions and 11 deletions
|
@ -1380,19 +1380,18 @@ (define-public rtl8821ce-linux-module
|
||||||
(define-public vhba-module
|
(define-public vhba-module
|
||||||
(package
|
(package
|
||||||
(name "vhba-module")
|
(name "vhba-module")
|
||||||
(version "20200106")
|
(version "20210418")
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://downloads.sourceforge.net/cdemu/vhba-module/vhba-module-"
|
"http://downloads.sourceforge.net/cdemu/vhba-module/vhba-module-"
|
||||||
version ".tar.bz2"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "119zgav6caialmf3hr096wkf72l9h76sqc9w5dhx26kj4yp85g8q"))))
|
||||||
"10rlvsfj0fw6n0qmwcnvhimqnsnhi7n55lyl7fq1pkwggf5218sr"))))
|
|
||||||
(build-system linux-module-build-system)
|
(build-system linux-module-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; TODO: No tests?
|
`(#:tests? #f)) ; no test suite
|
||||||
`(#:tests? #f))
|
|
||||||
(home-page "https://cdemu.sourceforge.io/")
|
(home-page "https://cdemu.sourceforge.io/")
|
||||||
(synopsis "Kernel module that emulates SCSI devices")
|
(synopsis "Kernel module that emulates SCSI devices")
|
||||||
(description "VHBA module provides a Virtual (SCSI) HBA, which is the link
|
(description "VHBA module provides a Virtual (SCSI) HBA, which is the link
|
||||||
|
|
Loading…
Reference in a new issue