[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: vhba-module: Update to 20210418.
From: |
guix-commits |
Subject: |
05/07: gnu: vhba-module: Update to 20210418. |
Date: |
Fri, 2 Jul 2021 02:24:38 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f8bb6b1cc92cf6645478b3c45b741b148077150e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jul 2 06:39:36 2021 +0200
gnu: vhba-module: Update to 20210418.
* gnu/packages/linux.scm (vhba-module): Update to 20210418.
---
gnu/packages/linux.scm | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9ca3ba2..c6fee87 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1380,19 +1380,18 @@ network adapters.")
(define-public vhba-module
(package
(name "vhba-module")
- (version "20200106")
- (source (origin
- (method url-fetch)
- (uri (string-append
-
"http://downloads.sourceforge.net/cdemu/vhba-module/vhba-module-"
- version ".tar.bz2"))
- (sha256
- (base32
- "10rlvsfj0fw6n0qmwcnvhimqnsnhi7n55lyl7fq1pkwggf5218sr"))))
+ (version "20210418")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://downloads.sourceforge.net/cdemu/vhba-module/vhba-module-"
+ version ".tar.xz"))
+ (sha256
+ (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
- branch master updated (c2533c3 -> c19d29c), guix-commits, 2021/07/02
- 02/07: gnu: vsftpd: Properly enable the SSL support., guix-commits, 2021/07/02
- 06/07: gnu: vhba-module: Expand description., guix-commits, 2021/07/02
- 01/07: gnu: vsftpd: Edit description., guix-commits, 2021/07/02
- 05/07: gnu: vhba-module: Update to 20210418.,
guix-commits <=
- 03/07: gnu: rsibreak: Update to 0.12.14., guix-commits, 2021/07/02
- 04/07: gnu: jasper: Update to 2.0.32., guix-commits, 2021/07/02
- 07/07: gnu: phodav: Fix udev rules directory., guix-commits, 2021/07/02