me
/
guix
Archived
1
0
Fork 0

gnu: kmod: Update to 23.

* gnu/packages/linux.scm (kmod): Update to 23.
master
Tobias Geerinckx-Rice 2016-12-15 23:47:09 +01:00
parent 3fe7cb872a
commit 1e1cd41629
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -1590,7 +1590,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 "22") (version "23")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -1598,7 +1598,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
"10lzfkmnpq6a43a3gkx7x633njh216w0bjwz31rv8a1jlgg1sfxs")) "0mc12sx06p8il1ym3hdmgxxb37apn9yv7xij26gddjdfkx8xa0yk"))
(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