diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-03-01 14:19:29 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-03-01 14:19:29 +0100 |
commit | 3c2589982da2acd9a728f940f59c74e79b6694e5 (patch) | |
tree | cb60bcd1df7844250e411581a877fb4ecb786dc4 | |
parent | 85fe0fe3688a2b3443cd2ea614269ab2df133ce3 (diff) | |
download | patches-3c2589982da2acd9a728f940f59c74e79b6694e5.tar patches-3c2589982da2acd9a728f940f59c74e79b6694e5.tar.gz |
gnu: kmod: Update to 26.
* gnu/packages/linux.scm (kmod): Update to 26.
-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 9158ad0bb8..9b417bc515 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2030,7 +2030,7 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.") (define-public kmod (package (name "kmod") - (version "25") + (version "26") (source (origin (method url-fetch) (uri @@ -2038,7 +2038,7 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.") "kmod-" version ".tar.xz")) (sha256 (base32 - "1kgixs4m3jvwk7fb3d18n6j77qhgi9qfv4csj35rs5ancr4ycrbi")) + "17dvrls70nr3b3x1wm8pwbqy4r8a5c20m0dhys8mjhsnpg425fsp")) (patches (search-patches "kmod-module-directory.patch")))) (build-system gnu-build-system) (native-inputs |