From 25041719da372b63c7ddbb503a3d4d9effa49557 Mon Sep 17 00:00:00 2001 From: Brice Waegeneire Date: Sat, 5 Jun 2021 13:02:23 +0200 Subject: gnu: kmod: Update to 29. * gnu/packages/linux.scm (kmod): Update to 29. Signed-off-by: Mathieu Othacehe --- 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 c40fa80d56..d2f6fab9fb 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3366,7 +3366,7 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.") (define-public kmod (package (name "kmod") - (version "28") + (version "29") (source (origin (method url-fetch) (uri @@ -3374,7 +3374,7 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.") "kmod-" version ".tar.xz")) (sha256 (base32 - "0v52nghxzd69jnk8mr4900qlk1rg8hf0hdv34n281afs2c7zqs9r")) + "0am54mi5rk72g5q7k6l6f36gw3r9vwgjmyna43ywcjhqmakyx00b")) (patches (search-patches "kmod-module-directory.patch")))) (build-system gnu-build-system) (native-inputs -- cgit v1.2.3