diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-19 20:00:20 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-20 03:01:40 +0100 |
commit | eb67a470c7079694b5b75278b4806e018712610b (patch) | |
tree | dde6703a3dabb5b87a32d7aea60ff1e02557b477 /gnu | |
parent | b07e817e21b794ec81499dc38125775d6722cc48 (diff) | |
download | guix-eb67a470c7079694b5b75278b4806e018712610b.tar guix-eb67a470c7079694b5b75278b4806e018712610b.tar.gz |
gnu: kmod: Update to 25.
* gnu/packages/linux.scm (kmod): Update to 25.
Diffstat (limited to 'gnu')
-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 32d2220bc3..ee76798419 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1933,7 +1933,7 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.") (define-public kmod (package (name "kmod") - (version "24") + (version "25") (source (origin (method url-fetch) (uri @@ -1941,7 +1941,7 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.") "kmod-" version ".tar.xz")) (sha256 (base32 - "15xkkkzvca9flvkm48gkh8y8f13vlm3sl7nz9ydc7b3jy4fqs2v1")) + "1kgixs4m3jvwk7fb3d18n6j77qhgi9qfv4csj35rs5ancr4ycrbi")) (patches (search-patches "kmod-module-directory.patch")))) (build-system gnu-build-system) (native-inputs |