diff options
author | Mark H Weaver <mhw@netris.org> | 2019-04-05 01:01:55 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-04-05 01:01:55 -0400 |
commit | e22c31d37611a8d13e7e857e0fd36f8ad9fc01b4 (patch) | |
tree | f613c6dce9cde27e923cbac1a31448c36c8dfddf /gnu/packages | |
parent | 21c6c52bc6125e77ea503d6d96a60edccad37726 (diff) | |
download | guix-e22c31d37611a8d13e7e857e0fd36f8ad9fc01b4.tar.gz guix-e22c31d37611a8d13e7e857e0fd36f8ad9fc01b4.zip |
gnu: linux-libre@4.9: Update to 4.9.167.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.167.
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 71f52c6d97..28db4a74b0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -462,8 +462,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.166" - "1gijzvhky3x0nl0dm9ksg113z7jc1mc1n30qbr6r1dd78lfd050p" + (make-linux-libre "4.9.167" + "16428a6mxxi6k4ag7pj6jl01d3a3yshynn3b9jf3vjip6kcrhw03" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config)) |