diff options
author | Mark H Weaver <mhw@netris.org> | 2018-08-18 15:11:50 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-08-18 15:39:48 -0400 |
commit | f36f5170b239b1ba462be176790c3b03e3da6238 (patch) | |
tree | 7e92339829b4aac197247697e02a76c538b0951f /gnu/packages | |
parent | 8e950ee99c007caa439fd62005f5576edf82bb83 (diff) |
gnu: linux-libre@4.4: Update to 4.4.149.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.149.
Diffstat (limited to 'gnu/packages')
-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 c8d6806646..2adfe74d66 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -451,8 +451,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.148" - "1pyrqfdwpd3696bmlfbldklhrn9lmxmfzb25fisg8rac89pld4hn" + (make-linux-libre "4.4.149" + "12xf9mk8scajjal6dijs1l95s1cmkfwfc2mlbrra4lvy4cdg5fds" %intel-compatible-systems #:configuration-file kernel-config)) |