gnu: kmod: Update to 24.
* gnu/packages/linux.scm (kmod): Update to 24.
This commit is contained in:
parent
3de15bb740
commit
b9375d8944
|
@ -1687,7 +1687,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 "23")
|
(version "24")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -1695,7 +1695,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
|
||||||
"0mc12sx06p8il1ym3hdmgxxb37apn9yv7xij26gddjdfkx8xa0yk"))
|
"15xkkkzvca9flvkm48gkh8y8f13vlm3sl7nz9ydc7b3jy4fqs2v1"))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in New Issue