3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: kmod: Update to 22.

* gnu/packages/linux.scm (kmod): Update to 22.
This commit is contained in:
Efraim Flashner 2016-05-12 22:18:52 +03:00
parent 4fa05a8198
commit ac52b72d1e
Signed by untrusted user: efraim
GPG key ID: F4C1D3917EACEE93

View file

@ -1578,7 +1578,7 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.")
(define-public kmod (define-public kmod
(package (package
(name "kmod") (name "kmod")
(version "17") (version "22")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -1586,7 +1586,7 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.")
"kmod-" version ".tar.xz")) "kmod-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1yid3a9b64a60ybj66fk2ysrq5klnl0ijl4g624cl16y8404g9rv")) "10lzfkmnpq6a43a3gkx7x633njh216w0bjwz31rv8a1jlgg1sfxs"))
(patches (search-patches "kmod-module-directory.patch")))) (patches (search-patches "kmod-module-directory.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs