diff options
author | Mark H Weaver <mhw@netris.org> | 2017-02-09 18:28:06 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-02-09 18:28:06 -0500 |
commit | 69ff1794b305df8293580f7ed967d09a8bde3aeb (patch) | |
tree | 145f1fde8329e545bf7abf84c71f7ba9b12f821b /gnu | |
parent | c7adafa7c177fe1ac3fee4964ba7561f70aecc62 (diff) | |
download | patches-69ff1794b305df8293580f7ed967d09a8bde3aeb.tar patches-69ff1794b305df8293580f7ed967d09a8bde3aeb.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.48.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.48.
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 5203674ee1..36206b7654 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -345,8 +345,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.47" - "00zdq7swhvzbbnnhzizq6m34q5k4fycpcp215bmkbxh1ic76v7bs" + (make-linux-libre "4.4.48" + "0g7ram0b5b7p0c6v5m5im6m5pwa348mhkhf67rs036lzvcw1bvyk" %intel-compatible-systems #:configuration-file kernel-config)) |