diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-09 15:23:58 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-09 21:13:28 +0200 |
commit | 819b3b82011b6fccf7f24c4920217f03d37a5242 (patch) | |
tree | d7925e3a3b895bea448058471992ece26a5c43c8 /gnu/packages/linux.scm | |
parent | 38878020b03c29baed4282e53c7a1fe8c1e7e148 (diff) |
gnu: vhba-module: Update to 20190410.
* gnu/packages/linux.scm (vhba-module): Update to 20190410.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 80c1551825..4e08bd0ae3 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -443,15 +443,15 @@ It has been modified to remove all non-free binary blobs.") (define-public vhba-module (package (name "vhba-module") - (version "20170610") + (version "20190410") (source (origin (method url-fetch) (uri (string-append - "http://downloads.sourceforge.net/cdemu/vhba-module-" + "http://downloads.sourceforge.net/cdemu/vhba-module/vhba-module-" version ".tar.bz2")) (sha256 (base32 - "1v6r0bgx0a65vlh36b1l2965xybngbpga6rp54k4z74xk0zwjw3r")))) + "1513hq130raxp9z5grj54cwfjfxj05apipxg425j0zicii59a60c")))) (build-system linux-module-build-system) (arguments ;; TODO: No tests? |