diff options
author | Mark H Weaver <mhw@netris.org> | 2019-03-06 17:49:26 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-03-06 17:49:26 -0500 |
commit | 7850fa891dfc3a1c727b62d44e60562bc7f39c44 (patch) | |
tree | 0e2da01e8d4d02425c8055118f62b63bcce326dc | |
parent | 38e37e73c7a6d3f92b1b1abdfdd660d257bfbb53 (diff) |
gnu: linux-libre@4.9: Update to 4.9.162.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.162.
-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 3bb7ce8f82..047fd1ce3e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -452,8 +452,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.161" - "0r35qlc8yj9svryv0v91j134vr35d23sz5aj7f2h8c99iakbm6zw" + (make-linux-libre "4.9.162" + "07swv6xvjsl5nv5y3sc2nfdnmqdz9gjy8hgrjvi0bljwzf1fbxmy" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config)) |