diff options
author | Mark H Weaver <mhw@netris.org> | 2018-11-10 20:22:30 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-11-10 20:22:30 -0500 |
commit | fc43d6d4d9df9672b3a1047e5c81bed511dad8e4 (patch) | |
tree | 6a42f98e7e8fc50b191452a435a75e4d8daf9d00 /gnu/packages | |
parent | 4cbbb16045d930b074268e9bc72922578ce31059 (diff) |
gnu: linux-libre@4.4: Update to 4.4.163.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.163.
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 b1021d5624..cd7f61803d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -445,8 +445,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.162" - "1anb2k9i03369lvbwlw24vimxvk8zpcql4ryz0ydvf3pxv8lirm2" + (make-linux-libre "4.4.163" + "05j0dm0cxilanp5z40n8kgjz9vn1p4rg63kksicd2v48w8ka82z6" %intel-compatible-systems #:configuration-file kernel-config)) |