diff options
author | Mark H Weaver <mhw@netris.org> | 2018-08-18 15:14:23 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-08-18 15:39:59 -0400 |
commit | 863e61994c5250d267dae7e2e92a55bc0335eb5d (patch) | |
tree | c3d3cf1a07e01ab4c8cbf283c4f4d499dcd434da /gnu/packages/linux.scm | |
parent | b8b22478037cc7831ef44a608e5a7aef543fc338 (diff) | |
download | guix-863e61994c5250d267dae7e2e92a55bc0335eb5d.tar guix-863e61994c5250d267dae7e2e92a55bc0335eb5d.tar.gz |
gnu: linux-libre: Update to 4.18.2.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.2.
(%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 9c06eaaa64..5ece317b96 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -404,8 +404,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.1") -(define %linux-libre-hash "0kj3z9c3sa1njdf0yysscvcgbm0l4sqnclm5fby2nf034zmc6kpx") +(define %linux-libre-version "4.18.2") +(define %linux-libre-hash "0kfbzwp56yf7lb884jcdwx5cia73k5ks3nzxb306lj4s249qkn17") (define %linux-libre-patches (list %boot-logo-patch |