diff options
author | Mark H Weaver <mhw@netris.org> | 2018-09-20 18:01:38 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-09-20 18:04:56 -0400 |
commit | 83e8b1d7946d07d1c26dd7bd6e11e6e9396024ac (patch) | |
tree | abf07bc61724d72b730a9560352ffe3981adf8fb /gnu/packages/linux.scm | |
parent | c57a2a12b17fb3595a1a2c85da7c796e2ee9815c (diff) |
gnu: linux-libre: Update to 4.18.9.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.9.
(%linux-libre-hash): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 22cc7dff9b..170c77374d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -405,8 +405,8 @@ It has been modified to remove all non-free binary blobs.") ;; supports qemu "virt" machine and possibly a large number of ARM boards. ;; See : https://wiki.debian.org/DebianKernel/ARMMP. -(define %linux-libre-version "4.18.8") -(define %linux-libre-hash "163awpba1yd0x33xzj5dczimk4y96xc28syc4w2ad0qafgapng8l") +(define %linux-libre-version "4.18.9") +(define %linux-libre-hash "0wwmhnfvcsdlqhzwwwyz1x5a3ldjky6l0xir1pi6pysr0lak402x") (define %linux-libre-4.18-patches (list %boot-logo-patch |