diff options
author | Mark H Weaver <mhw@netris.org> | 2017-07-22 14:44:24 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-07-22 14:44:24 -0400 |
commit | f97c67a275c2d95e512dcfa8089a7a15cda8665a (patch) | |
tree | 2017d250cf665de93177a405b8054703b703a2a4 /gnu | |
parent | 3a4b0b126bf602f44807638d80296ff2d215a924 (diff) | |
download | patches-f97c67a275c2d95e512dcfa8089a7a15cda8665a.tar patches-f97c67a275c2d95e512dcfa8089a7a15cda8665a.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.78.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.78.
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 93a6a583a2..315f24061e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -379,8 +379,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.77" - "0y1myjwbqjx8k9c2z83p04a7ncl2ca6gkyxk0zyyabjfvxb5g9k9" + (make-linux-libre "4.4.78" + "0g8pc0kam33rn2dx9fkp7w749s38qs2iykawpj0k9jm19775hn4k" %intel-compatible-systems #:configuration-file kernel-config)) |