diff options
author | Mark H Weaver <mhw@netris.org> | 2017-11-21 21:21:09 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-11-21 21:21:09 -0500 |
commit | 86f914e3a4a21cd13e0841c22b32e70caec678c9 (patch) | |
tree | ce6b226934c23e8f63954f641ab5c4e61a3a00a6 /gnu | |
parent | 1dc37cf113f2822b78153a726e0fde87f8196721 (diff) | |
download | guix-86f914e3a4a21cd13e0841c22b32e70caec678c9.tar guix-86f914e3a4a21cd13e0841c22b32e70caec678c9.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.64.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.64.
Diffstat (limited to 'gnu')
-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 acc6008a48..d0fda9a007 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.63" - "1rjg9hgl2xkisshc5cxkri9191qj0xxak0swd37b33pnaksx5dnv" + (make-linux-libre "4.9.64" + "0mhzc8904cdnaxil8xlxmv3rd86lypi13ig9i9321jjbmv4cn849" %intel-compatible-systems #:configuration-file kernel-config)) |