diff options
author | Mark H Weaver <mhw@netris.org> | 2018-08-03 22:46:13 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-08-03 22:46:13 -0400 |
commit | ca062f667e3098d081b4eeb84920d647b0190284 (patch) | |
tree | 524e2046a55e53869d4819a7680828189ad14d5b /gnu/packages/linux.scm | |
parent | 0fb0db002229cbe8dc77e95ab6bfe9f1e3d69578 (diff) | |
download | gnu-guix-ca062f667e3098d081b4eeb84920d647b0190284.tar gnu-guix-ca062f667e3098d081b4eeb84920d647b0190284.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.117.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.117.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 61f44100bf..67b1b045fa 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -423,8 +423,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.116" - "1v5138a5317ddrl0zvlip18586si68ccw6y5wdxgpkh8ixvcamy6" + (make-linux-libre "4.9.117" + "0lvy6psiw1vkc3ax4fmz07fx635qm9f46p84ds30paw7nhwm115x" %intel-compatible-systems #:configuration-file kernel-config)) |