diff options
author | Mark H Weaver <mhw@netris.org> | 2017-07-28 21:07:31 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-07-28 21:07:31 -0400 |
commit | 6b96478c6d09db55ac8192140ccbd828c7614185 (patch) | |
tree | 2d2ff1fbd8f917ad288b9f4c101aae552be4fb28 /gnu | |
parent | 4f9dd97e658a8ddc1b672de7af0af8b8aaa4749f (diff) | |
download | guix-6b96478c6d09db55ac8192140ccbd828c7614185.tar guix-6b96478c6d09db55ac8192140ccbd828c7614185.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.79.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.79.
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 e9921838c8..021a90f60e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -380,8 +380,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.4 - (make-linux-libre "4.4.78" - "0g8pc0kam33rn2dx9fkp7w749s38qs2iykawpj0k9jm19775hn4k" + (make-linux-libre "4.4.79" + "03x1nc2fxmh29sf2fbsqzmw8qrdzv5gakr9xrg1shxh31c6xr3xr" %intel-compatible-systems #:configuration-file kernel-config)) |