diff options
author | Mark H Weaver <mhw@netris.org> | 2017-03-26 03:10:25 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-03-26 03:10:25 -0400 |
commit | bd0423262a9eb68cfd7c74f99747ccfd7c95c4a9 (patch) | |
tree | 8d9733e8e7b00835810d60f5a9fcfe53bd23e789 /gnu/packages | |
parent | 3c67367612bb905af3dff359d40aca9f5f88973e (diff) |
gnu: linux-libre@4.9: Update to 4.9.17.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.17.
Diffstat (limited to 'gnu/packages')
-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 09e0ecabd0..36b04656a1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -348,8 +348,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.9 - (make-linux-libre "4.9.16" - "0n7y7h7ps4l1pr9d0m75hkw41jnfyw301r343dsaznwc0lpq3ch7" + (make-linux-libre "4.9.17" + "1543b159s6v5z9l2bskw9rd6v8d98da8sppd34lz7nin6nk00cpk" %intel-compatible-systems #:configuration-file kernel-config)) |