diff options
author | Mark H Weaver <mhw@netris.org> | 2016-12-09 15:10:17 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-12-09 15:10:17 -0500 |
commit | 33d6a2ff9fe8ae268453551e09361c7eb5486682 (patch) | |
tree | 1049f0b4b6c1aff8e51c4a73f28e0bcb63c7e27c /gnu/packages/linux.scm | |
parent | f81c6a493268091363e4feffec4eb90508fd3fc6 (diff) | |
download | patches-33d6a2ff9fe8ae268453551e09361c7eb5486682.tar patches-33d6a2ff9fe8ae268453551e09361c7eb5486682.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.37.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.37.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 724a53a30e..967d70bcf1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -333,8 +333,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.36" - "0cvax02jj9zyk818gi6fjgacxa5z89y03kxwclb8l7cr8mcbwcdf" + (make-linux-libre "4.4.37" + "1zw3hwpgxkxwplb81in5969vgbaamcwqarmxj3aq88yg6bqnh6b5" %intel-compatible-systems #:configuration-file kernel-config)) |