diff options
author | Mark H Weaver <mhw@netris.org> | 2018-01-10 15:53:42 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-01-10 15:53:42 -0500 |
commit | fc2a5fa3f91aaaac6bfded85521f26fbce72a886 (patch) | |
tree | 93816548645a53bfbf4457331a4f52f6474fa944 /gnu/packages | |
parent | 7e0ae2bc6cac04e1c18cf3bd9005dd2176db5902 (diff) |
gnu: linux-libre@4.9: Update to 4.9.76.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.76.
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 8b9e9e3649..34d5b8f08f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -384,8 +384,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.75" - "1zk98vx08s8fvrnxz190k4b0f6ndqv5bjps9wvv0ydclckqz3gwj" + (make-linux-libre "4.9.76" + "1ms026dp8r1cv8rbc98nfc331xggwdz1dafv89ack8d80qrhg1y1" %intel-compatible-systems #:configuration-file kernel-config)) |