summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2016-12-15 23:47:09 +0100
committerMark H Weaver <mhw@netris.org>2017-01-11 11:23:25 -0500
commit45e38a07eb45a0ecae8eace9a892c66e6f3c2b0f (patch)
tree8406d73abe25bc288cb9ee9a869bd34ef93e334e /gnu
parent54d8d0fef1a0224f118dbfad8fceece06d322eab (diff)
downloadguix-patches-45e38a07eb45a0ecae8eace9a892c66e6f3c2b0f.tar
guix-patches-45e38a07eb45a0ecae8eace9a892c66e6f3c2b0f.tar.gz
gnu: kmod: Update to 23.
* gnu/packages/linux.scm (kmod): Update to 23.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 70dbf816dc..716845d66e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1667,7 +1667,7 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.")
(define-public kmod
(package
(name "kmod")
- (version "22")
+ (version "23")
(source (origin
(method url-fetch)
(uri
@@ -1675,7 +1675,7 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.")
"kmod-" version ".tar.xz"))
(sha256
(base32
- "10lzfkmnpq6a43a3gkx7x633njh216w0bjwz31rv8a1jlgg1sfxs"))
+ "0mc12sx06p8il1ym3hdmgxxb37apn9yv7xij26gddjdfkx8xa0yk"))
(patches (search-patches "kmod-module-directory.patch"))))
(build-system gnu-build-system)
(native-inputs