summary refs log tree commit diff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-05-12 22:18:52 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-05-15 10:14:42 +0300
commitac52b72d1eab30762cc8b04f5d619e08e5d9cd4f (patch)
tree2d0f0e748f520bc24f71af620ff1e8c22ca89fdf /gnu/packages/linux.scm
parent4fa05a81983d4aa33837e1c01457442be7b58aad (diff)
downloadguix-ac52b72d1eab30762cc8b04f5d619e08e5d9cd4f.tar.gz
gnu: kmod: Update to 22.
* gnu/packages/linux.scm (kmod): Update to 22.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 ba261f8df8..6e3228f9d1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1578,7 +1578,7 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.")
 (define-public kmod
   (package
     (name "kmod")
-    (version "17")
+    (version "22")
     (source (origin
               (method url-fetch)
               (uri
@@ -1586,7 +1586,7 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.")
                               "kmod-" version ".tar.xz"))
               (sha256
                (base32
-                "1yid3a9b64a60ybj66fk2ysrq5klnl0ijl4g624cl16y8404g9rv"))
+                "10lzfkmnpq6a43a3gkx7x633njh216w0bjwz31rv8a1jlgg1sfxs"))
               (patches (search-patches "kmod-module-directory.patch"))))
     (build-system gnu-build-system)
     (native-inputs