[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: gnu: kmod: Update to 22.
From: |
Efraim Flashner |
Subject: |
01/04: gnu: kmod: Update to 22. |
Date: |
Mon, 16 May 2016 03:10:50 +0000 (UTC) |
efraim pushed a commit to branch core-updates
in repository guix.
commit ac52b72d1eab30762cc8b04f5d619e08e5d9cd4f
Author: Efraim Flashner <address@hidden>
Date: Thu May 12 22:18:52 2016 +0300
gnu: kmod: Update to 22.
* gnu/packages/linux.scm (kmod): Update to 22.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ba261f8..6e3228f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1578,7 +1578,7 @@ to use Linux' inotify mechanism, which allows file
accesses to be monitored.")
(define-public kmod
(package
(name "kmod")
- (version "17")
+ (version "22")
(source (origin
(method url-fetch)
(uri
@@ -1586,7 +1586,7 @@ to use Linux' inotify mechanism, which allows file
accesses to be monitored.")
"kmod-" version ".tar.xz"))
(sha256
(base32
- "1yid3a9b64a60ybj66fk2ysrq5klnl0ijl4g624cl16y8404g9rv"))
+ "10lzfkmnpq6a43a3gkx7x633njh216w0bjwz31rv8a1jlgg1sfxs"))
(patches (search-patches "kmod-module-directory.patch"))))
(build-system gnu-build-system)
(native-inputs