diff options
author | Mark H Weaver <mhw@netris.org> | 2018-02-23 22:01:46 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-02-23 22:01:46 -0500 |
commit | b51453337bbd315f572f3aece2139c9bbfa7d1f0 (patch) | |
tree | 45838c6b553285cd399c1ba6df482fd13594ad58 | |
parent | 69df64a3d3d1598e1e800f4550da6d5dba0ef33d (diff) | |
download | patches-b51453337bbd315f572f3aece2139c9bbfa7d1f0.tar patches-b51453337bbd315f572f3aece2139c9bbfa7d1f0.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.83.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.83.
-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 d91ab6e00a..cd04dd906f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -402,8 +402,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.82" - "1x2hbn2kf7ikgdiqwj2d6d0s1pa1xh4xywliyj3rfsilanny2ipw" + (make-linux-libre "4.9.83" + "09mw2r2fbn0g6xfhyxk0n54c7sg0vk9nlp7k2ca3v0v24n7lrfza" %intel-compatible-systems #:configuration-file kernel-config)) |