diff options
author | Mark H Weaver <mhw@netris.org> | 2017-05-05 00:12:39 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-05-05 00:12:39 -0400 |
commit | a501a6616841972f229def887241076936a46893 (patch) | |
tree | 41054d60492eaeba45cc3341b1825d164bd71dca | |
parent | f9ff014bf623071b9343265e8a5aa994a10ec9d4 (diff) |
gnu: linux-libre@4.4: Update to 4.4.66.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.66.
-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 9db8be94a8..4a1cf2160a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -369,8 +369,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.65" - "03bxjdbmj9zmclb1c11zlblcmhych5d00p93f9vg048paizpk3b3" + (make-linux-libre "4.4.66" + "16lw0cjrq5ma23hwrrx5hmycpkzb0gqmwdn8jbfqgd8s88qp6zl7" %intel-compatible-systems #:configuration-file kernel-config)) |