diff options
author | Mark H Weaver <mhw@netris.org> | 2019-04-08 00:25:16 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-04-08 00:25:16 -0400 |
commit | bf5bd51f8dee48a6c46af74166e0399c84ff7646 (patch) | |
tree | 0712c0c36521c089754e1ff65689980b7be66f9a | |
parent | 0e2b0b05accdea7c3f016f8483d0ec04021114d3 (diff) | |
download | patches-bf5bd51f8dee48a6c46af74166e0399c84ff7646.tar patches-bf5bd51f8dee48a6c46af74166e0399c84ff7646.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.168.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.168.
-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 e4f6e241ec..a1c4738d2e 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.167" - "16428a6mxxi6k4ag7pj6jl01d3a3yshynn3b9jf3vjip6kcrhw03" + (make-linux-libre "4.9.168" + "1nli5di7i7x4jyad7nappm1awz207rg18n08wb82b1w8rwqyqgy3" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config)) |