diff options
author | Mark H Weaver <mhw@netris.org> | 2018-02-26 21:30:16 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-02-26 21:30:16 -0500 |
commit | 26204b81f9f401da10a86d191ea30780607908da (patch) | |
tree | 54e4c22bfde24b1cbc010a3b68c29a750e1eac23 /gnu | |
parent | 6f4c74620da01ead97507ead59b8b7a007fc5c5a (diff) | |
download | patches-26204b81f9f401da10a86d191ea30780607908da.tar patches-26204b81f9f401da10a86d191ea30780607908da.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.118.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.118.
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 6f0ef369f7..6b0920a9a6 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -408,8 +408,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.117" - "1mlq9npyriwj0wpj24zah55bkxil31l182ypbn6b3x4yvmr8lhz0" + (make-linux-libre "4.4.118" + "0di91awl8ii1fxrfyqbpfpn134apcc98fas7yisjg87f16bn4azl" %intel-compatible-systems #:configuration-file kernel-config)) |