guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/06: gnu: vhba-module: Update to 20190831.


From: guix-commits
Subject: 03/06: gnu: vhba-module: Update to 20190831.
Date: Sun, 1 Sep 2019 12:27:26 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 853232e60aedc62c6b62fd140781a361ce122a53
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Sep 1 17:10:53 2019 +0200

    gnu: vhba-module: Update to 20190831.
    
    * gnu/packages/linux.scm (vhba-module): Update to 20190831.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e445b74..7794deb 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -892,7 +892,7 @@ and should be used with caution, especially on untested 
models.")
 (define-public vhba-module
   (package
     (name "vhba-module")
-    (version "20190410")
+    (version "20190831")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -900,7 +900,7 @@ and should be used with caution, especially on untested 
models.")
                     version ".tar.bz2"))
               (sha256
                (base32
-                "1513hq130raxp9z5grj54cwfjfxj05apipxg425j0zicii59a60c"))))
+                "1ybbk6l06n0y11n5wnfmvdz0baizmq55l458ywimghdyz0n7g0ws"))))
     (build-system linux-module-build-system)
     (arguments
      ;; TODO: No tests?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]