diff options
author | Mark H Weaver <mhw@netris.org> | 2019-03-25 01:20:35 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-03-25 01:20:35 -0400 |
commit | eb69d5ddde2aef508aa7fcbb6f8766a8b07beb70 (patch) | |
tree | 0ddf86c1b061cf83743d01ecab466b3bfb148ad1 | |
parent | e02b7694ec43b2ffd6a551bd4e1bb66f243bda1b (diff) |
gnu: linux-libre@4.9: Update to 4.9.165.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.165.
-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 c1d67055bb..19767e3d60 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -453,8 +453,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.164" - "06bbynvijqlk92bpppmnjijyfwr0sk01krqdw4hpgbrvlg3wdlbk" + (make-linux-libre "4.9.165" + "0za56qgs57381xl2a1qkqlhgg4mjvqvlc5hy064ldxwma9q59xfm" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config)) |