diff options
author | Mark H Weaver <mhw@netris.org> | 2018-03-21 20:48:49 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-03-21 20:48:49 -0400 |
commit | 4d7c5f6d7e50f9a675b0f9fec39a7a4ac00421f9 (patch) | |
tree | 315ee8adab8f085d6efc6c31c32b1da18fa3214f /gnu/packages | |
parent | 8ec89c358fabc6ba819b4c0dfc64b971c0761f7b (diff) | |
download | patches-4d7c5f6d7e50f9a675b0f9fec39a7a4ac00421f9.tar patches-4d7c5f6d7e50f9a675b0f9fec39a7a4ac00421f9.tar.gz |
gnu: linux-libre: Update to 4.15.12.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.12.
(%linux-libre-hash): Update hash.
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 403186b89b..5193385414 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -383,8 +383,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.15.11") -(define %linux-libre-hash "0nrsmw7x5nsc3906dfvfakkibv8pv09r1sf5ckzbkcbkwpyq62h8") +(define %linux-libre-version "4.15.12") +(define %linux-libre-hash "01wpxlw70nzdl8nk3xb8z3m93ads55q56ky56wpsci304jlnrd3v") (define-public linux-libre (make-linux-libre %linux-libre-version |