From 88576735bf4251ec893b93812021a54816f79be3 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Thu, 20 Oct 2016 17:24:00 -0400 Subject: gnu: linux-libre: Update to 4.8.3. * gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash) (linux-libre): Update to 4.8.3. --- gnu/packages/linux.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index eeafa717d1..6fe62e497e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -323,8 +323,8 @@ It has been modified to remove all non-free binary blobs.") (define %intel-compatible-systems '("x86_64-linux" "i686-linux")) (define-public linux-libre - (make-linux-libre "4.8.2" - "111v014j9b2zgyhv8f0aka5lmyc3imdc5yag7azw6hv3vjqqkn67" + (make-linux-libre "4.8.3" + "0plsy54rfk293f4f0sl1667lzbs3gchrf9sx0ghrq85w49d5ag61" %intel-compatible-systems #:configuration-file kernel-config)) @@ -341,8 +341,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) ;; Avoid rebuilding kernel variants when there is a minor version bump. -(define %linux-libre-version "4.8.2") -(define %linux-libre-hash "111v014j9b2zgyhv8f0aka5lmyc3imdc5yag7azw6hv3vjqqkn67") +(define %linux-libre-version "4.8.3") +(define %linux-libre-hash "0plsy54rfk293f4f0sl1667lzbs3gchrf9sx0ghrq85w49d5ag61") (define-public linux-libre-arm-generic (make-linux-libre %linux-libre-version -- cgit v1.2.3