diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-26 23:39:14 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-26 23:44:18 +0100 |
commit | b9375d89443f2ce55a4f659fd95097982489d55c (patch) | |
tree | d0116ef0e7a27293d590a1dd1e3750840e05fcfa | |
parent | 3de15bb740dbadf89cdcbd1b0737057996f4f87a (diff) | |
download | guix-b9375d89443f2ce55a4f659fd95097982489d55c.tar guix-b9375d89443f2ce55a4f659fd95097982489d55c.tar.gz |
gnu: kmod: Update to 24.
* gnu/packages/linux.scm (kmod): Update to 24.
-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 fe72f98b78..71d4597920 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1687,7 +1687,7 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.") (define-public kmod (package (name "kmod") - (version "23") + (version "24") (source (origin (method url-fetch) (uri @@ -1695,7 +1695,7 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.") "kmod-" version ".tar.xz")) (sha256 (base32 - "0mc12sx06p8il1ym3hdmgxxb37apn9yv7xij26gddjdfkx8xa0yk")) + "15xkkkzvca9flvkm48gkh8y8f13vlm3sl7nz9ydc7b3jy4fqs2v1")) (patches (search-patches "kmod-module-directory.patch")))) (build-system gnu-build-system) (native-inputs |