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 24.

* gnu/packages/linux.scm (kmod): Update to 24.
This commit is contained in:
Marius Bakke 2017-02-26 23:39:14 +01:00
parent 3de15bb740
commit b9375d8944
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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