Revert "gnu: kmod: Update to 23."

This should have been pushed to the ‘staging’ branch first.

This reverts commit 1e1cd41629.
This commit is contained in:
Tobias Geerinckx-Rice 2016-12-16 12:15:45 +01:00
parent 7c58c852c4
commit c8502d9ec1
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -1590,7 +1590,7 @@ (define-public inotify-tools
(define-public kmod
(package
(name "kmod")
(version "23")
(version "22")
(source (origin
(method url-fetch)
(uri
@ -1598,7 +1598,7 @@ (define-public kmod
"kmod-" version ".tar.xz"))
(sha256
(base32
"0mc12sx06p8il1ym3hdmgxxb37apn9yv7xij26gddjdfkx8xa0yk"))
"10lzfkmnpq6a43a3gkx7x633njh216w0bjwz31rv8a1jlgg1sfxs"))
(patches (search-patches "kmod-module-directory.patch"))))
(build-system gnu-build-system)
(native-inputs