guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: kmod: Update to 23.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: kmod: Update to 23.
Date: Fri, 16 Dec 2016 11:21:00 +0000 (UTC)

nckx pushed a commit to branch staging
in repository guix.

commit 8dcc8ea42115a3367e17bc55fe11546d7d3167d3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Dec 15 23:47:09 2016 +0100

    gnu: kmod: Update to 23.
    
    * gnu/packages/linux.scm (kmod): Update to 23.
---
 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 5fc355d..48c22df 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1589,7 +1589,7 @@ to use Linux' inotify mechanism, which allows file 
accesses to be monitored.")
 (define-public kmod
   (package
     (name "kmod")
-    (version "22")
+    (version "23")
     (source (origin
               (method url-fetch)
               (uri
@@ -1597,7 +1597,7 @@ to use Linux' inotify mechanism, which allows file 
accesses to be monitored.")
                               "kmod-" version ".tar.xz"))
               (sha256
                (base32
-                "10lzfkmnpq6a43a3gkx7x633njh216w0bjwz31rv8a1jlgg1sfxs"))
+                "0mc12sx06p8il1ym3hdmgxxb37apn9yv7xij26gddjdfkx8xa0yk"))
               (patches (search-patches "kmod-module-directory.patch"))))
     (build-system gnu-build-system)
     (native-inputs



reply via email to

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