diff options
author | Mark H Weaver <mhw@netris.org> | 2016-10-28 20:09:02 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-10-28 20:09:02 -0400 |
commit | a56b3229f4c3dd3937ea578e8bf5c6c486861b8e (patch) | |
tree | fde241af8b6a2736ff667c56a8a728ee7f4abff9 /gnu | |
parent | fba78d18c2fe0e30464cdc57e929c123e1e22a19 (diff) |
gnu: linux-libre@4.4: Update to 4.4.28.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.28.
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 3db3a58a02..c97f4baa2b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -330,8 +330,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.27" - "07g0y8zbspw8d65386llcsnqlbv2s24dxvvbwm9kwm87rk3vin1r" + (make-linux-libre "4.4.28" + "1yn74vci0bygn5bi9mcgx1zz8xw9m3jb6j260wqsgkv1hbksa2yp" %intel-compatible-systems #:configuration-file kernel-config)) |