diff options
author | Mark H Weaver <mhw@netris.org> | 2018-03-05 03:43:02 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-03-05 03:43:02 -0500 |
commit | ee483a5626ef695320ef2d5d57db4dd99da98a88 (patch) | |
tree | 2f30cb8168031dd8f4a141cf97fbd5132adb72ac | |
parent | 88b1a38e26644308cd0a53ce988cf6b344ae445d (diff) | |
download | guix-ee483a5626ef695320ef2d5d57db4dd99da98a88.tar guix-ee483a5626ef695320ef2d5d57db4dd99da98a88.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.86.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.86.
-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 02fa9b3249..e1ec8c0060 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.85" - "17anlawvbzw6m2lrbriy7kfncdllkl7n8vjzwl2dnrgxddavd3rf" + (make-linux-libre "4.9.86" + "0fqixx3yyvznianygk8bfxzfqj8zpnjcalifhpfyb7rm3dyvi3wd" %intel-compatible-systems #:configuration-file kernel-config)) |