diff options
author | Mark H Weaver <mhw@netris.org> | 2018-04-01 18:04:08 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-04-01 18:04:08 -0400 |
commit | a79d8cdd57c8cdfe7b6b923e8420acc60cb8962f (patch) | |
tree | 8a213e744c07a0975485f17d24b07710ddebab98 /gnu/packages | |
parent | e615459c998fe7cfeb126d6e21c2e554295cb862 (diff) |
gnu: linux-libre@4.9: Update to 4.9.92.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.92.
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 09652b0c23..562e29cd15 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.91" - "12ap0wh70ms5ja98zbkscdc1sm4khdlaakric9jpl054fgl2cwv6" + (make-linux-libre "4.9.92" + "1v4mf5mcqc5axbld38qn31pivy6mi80xci81wk128yhlby6w0yj7" %intel-compatible-systems #:configuration-file kernel-config)) |