diff options
author | Mark H Weaver <mhw@netris.org> | 2018-12-29 22:37:32 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-12-29 22:37:32 -0500 |
commit | 830b44bae4f4278390a04f5a00f046fe7a5dac0f (patch) | |
tree | 70b1ef24ca7711f2a36e1c5ebdfabc1c11ced574 /gnu/packages | |
parent | 4f36d98f7b9bc0be6887d161fc97d67831e100cd (diff) |
gnu: linux-libre@4.9: Update to 4.9.148.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.148.
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 e5107abece..149fee8913 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -433,8 +433,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.147" - "0gpzf04lmwxh675lam4m8pbwrgxzd7y1y50b6yfzhxa4bb3c4yfb" + (make-linux-libre "4.9.148" + "0yrjgvdzbcp750j4fhlxi4ia1v0fqh0y3p99wnbpfvg17j01lbjl" %intel-compatible-systems #:configuration-file kernel-config)) |