gnu: kmod: Update to 26.

* gnu/packages/linux.scm (kmod): Update to 26.
This commit is contained in:
Marius Bakke 2019-03-01 14:19:29 +01:00
parent 85fe0fe368
commit 3c2589982d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2030,7 +2030,7 @@ (define-public inotify-tools
(define-public kmod
(package
(name "kmod")
(version "25")
(version "26")
(source (origin
(method url-fetch)
(uri
@ -2038,7 +2038,7 @@ (define-public kmod
"kmod-" version ".tar.xz"))
(sha256
(base32
"1kgixs4m3jvwk7fb3d18n6j77qhgi9qfv4csj35rs5ancr4ycrbi"))
"17dvrls70nr3b3x1wm8pwbqy4r8a5c20m0dhys8mjhsnpg425fsp"))
(patches (search-patches "kmod-module-directory.patch"))))
(build-system gnu-build-system)
(native-inputs