diff options
author | Brice Waegeneire <brice@waegenei.re> | 2021-06-05 13:02:23 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-07-08 19:20:46 +0200 |
commit | 25041719da372b63c7ddbb503a3d4d9effa49557 (patch) | |
tree | bcaf1dc04236f5a8ff32e75238ee36d0999cb5b0 | |
parent | 64b8e004fd0e49e82c58faefaff14d82b7905a4c (diff) | |
download | guix-25041719da372b63c7ddbb503a3d4d9effa49557.tar guix-25041719da372b63c7ddbb503a3d4d9effa49557.tar.gz |
gnu: kmod: Update to 29.
* gnu/packages/linux.scm (kmod): Update to 29.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files 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 |