diff options
author | Mark H Weaver <mhw@netris.org> | 2017-11-20 04:39:04 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-11-20 04:39:04 -0500 |
commit | 92be9ee7e1cfdc8f7dc943217a897611e686c787 (patch) | |
tree | 4b5aaaf763300ba12cb16430e5e8a6585f0e4e10 | |
parent | 4bee9040fedbe7fca94016351ef78132f297ebf4 (diff) | |
download | patches-92be9ee7e1cfdc8f7dc943217a897611e686c787.tar patches-92be9ee7e1cfdc8f7dc943217a897611e686c787.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.63.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.63.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 8ee8a4ed0a..cf8bcf0f25 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -383,8 +383,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.9 - (make-linux-libre "4.9.62" - "00brapsvchkv2q4p6spvjk92524mfcsj5aq5jcjvqhx50fn71y1w" + (make-linux-libre "4.9.63" + "1rjg9hgl2xkisshc5cxkri9191qj0xxak0swd37b33pnaksx5dnv" %intel-compatible-systems #:configuration-file kernel-config)) |