guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: linux-libre: Update to 4.8.3.


From: Leo Famulari
Subject: 01/02: gnu: linux-libre: Update to 4.8.3.
Date: Thu, 20 Oct 2016 21:43:05 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 88576735bf4251ec893b93812021a54816f79be3
Author: Leo Famulari <address@hidden>
Date:   Thu Oct 20 17:24:00 2016 -0400

    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(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index eeafa71..6fe62e4 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]