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

* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.21.
master
Mark H Weaver 2016-04-07 21:13:40 -04:00
parent 4da5fe6f88
commit 1a9f5e9ff3
1 changed files with 2 additions and 2 deletions

View File

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