From ac52b72d1eab30762cc8b04f5d619e08e5d9cd4f Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 12 May 2016 22:18:52 +0300 Subject: gnu: kmod: Update to 22. * gnu/packages/linux.scm (kmod): Update to 22. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') 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 -- cgit v1.2.3