summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-11 04:02:11 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-01-13 16:54:40 +0100
commit0847e479f6c8ade3a2deecdf8efe0f18d0efc4d5 (patch)
treeb35ae9b0d95d20cd7839f4114c6196e877d7cf03
parentbccbeeceef63b87f463ce0c3953d3430a0e903df (diff)
downloadpatches-0847e479f6c8ade3a2deecdf8efe0f18d0efc4d5.tar
patches-0847e479f6c8ade3a2deecdf8efe0f18d0efc4d5.tar.gz
gnu: vhba-module: Update to 20200106.
* gnu/packages/linux.scm (vhba-module): Update to 20200106.
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 050d237e3a..5535ddf86e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -927,7 +927,7 @@ and should be used with caution, especially on untested models.")
(define-public vhba-module
(package
(name "vhba-module")
- (version "20190831")
+ (version "20200106")
(source (origin
(method url-fetch)
(uri (string-append
@@ -935,7 +935,7 @@ and should be used with caution, especially on untested models.")
version ".tar.bz2"))
(sha256
(base32
- "1ybbk6l06n0y11n5wnfmvdz0baizmq55l458ywimghdyz0n7g0ws"))))
+ "10rlvsfj0fw6n0qmwcnvhimqnsnhi7n55lyl7fq1pkwggf5218sr"))))
(build-system linux-module-build-system)
(arguments
;; TODO: No tests?