gnu: linux-libre: Update to 3.15.5.

* gnu/packages/linux.scm (linux-libre): Update to version 3.15.5.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Jason Self 2014-07-14 00:06:21 +02:00 committed by Ludovic Courtès
parent f123a18f8a
commit 88a1976cbe

View file

@ -186,7 +186,7 @@ (define (lookup file)
#f)))
(define-public linux-libre
(let* ((version "3.15")
(let* ((version "3.15.5")
(build-phase
'(lambda* (#:key system inputs #:allow-other-keys #:rest args)
;; Apply the neat patch.
@ -259,7 +259,7 @@ (define-public linux-libre
(uri (linux-libre-urls version))
(sha256
(base32
"125n04rwqmr3bm9slk62w6xcg355hx85rwv2x16nl6qki70hsick"))))
"0kh7yz6jl0jj6z24vh5qzzdn4s3ll4i4rnk4d0l0animnm3s305v"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl)
("bc" ,bc)