diff options
author | Mark H Weaver <mhw@netris.org> | 2018-02-17 23:55:02 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-02-17 23:55:02 -0500 |
commit | 7b4a850c232258feadd1bc813852087b3bba1ef4 (patch) | |
tree | cb30919e56b80b461b582628ce2487cd80182346 | |
parent | 1afd125bebff975a051d127b5954277e6f2e886b (diff) | |
download | patches-7b4a850c232258feadd1bc813852087b3bba1ef4.tar patches-7b4a850c232258feadd1bc813852087b3bba1ef4.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.82.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.82.
-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 eda72d6dc2..de479e7420 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -401,8 +401,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.81" - "1x89llah2hklh36rgx7cywacdmvbs9334101qhpycicdi5sv7mnn" + (make-linux-libre "4.9.82" + "1x2hbn2kf7ikgdiqwj2d6d0s1pa1xh4xywliyj3rfsilanny2ipw" %intel-compatible-systems #:configuration-file kernel-config)) |