From 3a3278e9560a8921e047e2e048c083a352e9b00a Mon Sep 17 00:00:00 2001 From: Jason Self Date: Fri, 14 Nov 2014 20:31:09 -0800 Subject: gnu: linux-libre: Update to 3.17.3 * gnu/packages/linux.scm (linux-libre): Update to version 3.17.3. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 381777fd0e..069aae6d01 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -192,7 +192,7 @@ (define (lookup file) #f))) (define-public linux-libre - (let* ((version "3.17.2") + (let* ((version "3.17.3") (build-phase '(lambda* (#:key system inputs #:allow-other-keys #:rest args) ;; Apply the neat patch. @@ -265,7 +265,7 @@ (define-public linux-libre (uri (linux-libre-urls version)) (sha256 (base32 - "14npqjr82aldiw1y2hl175pppj6m7vxf672m3gb6wj9hykhydwzr")))) + "1qyk70m7y7ak94idkqpgyinnnpqpwxvl39rwh8pqdvrcm7w5b0lq")))) (build-system gnu-build-system) (native-inputs `(("perl" ,perl) ("bc" ,bc) -- cgit v1.2.3