gnu: linux-libre-4.1: Update to 4.1.18.

* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.18.
master
Mark H Weaver 2016-02-27 02:28:17 -05:00
parent 3dad786b64
commit b460a99890
1 changed files with 2 additions and 2 deletions

View File

@ -329,13 +329,13 @@ It has been modified to remove all non-free binary blobs.")
(define-public linux-libre-4.1 (define-public linux-libre-4.1
(package (package
(inherit linux-libre) (inherit linux-libre)
(version "4.1.17") (version "4.1.18")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (linux-libre-urls version)) (uri (linux-libre-urls version))
(sha256 (sha256
(base32 (base32
"0mkvj5sab8l2k0mgfca3y4n5g9cxs3px0ysvdwa2zwl52n7dsfk4")))) "1bddh2rg645lavhjkk9z75vflba5y0g73z2fjwgbfrj5jb44x9i7"))))
(native-inputs (native-inputs
(let ((conf (kernel-config (or (%current-target-system) (let ((conf (kernel-config (or (%current-target-system)
(%current-system)) (%current-system))