diff options
author | Mark H Weaver <mhw@netris.org> | 2018-02-26 21:32:34 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-02-26 21:32:34 -0500 |
commit | 701cfb9b333973f242043497b3231b5ea296282b (patch) | |
tree | 39d7727d8b8fcb3fabd543ff015684249fdafaf0 /gnu | |
parent | cd2bcc9bdaa3ef00af13eaf63a1144a6a9ff0990 (diff) | |
download | patches-701cfb9b333973f242043497b3231b5ea296282b.tar patches-701cfb9b333973f242043497b3231b5ea296282b.tar.gz |
gnu: linux-libre: Update to 4.15.6.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.6.
(%linux-libre-hash): Update hash.
Diffstat (limited to 'gnu')
-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 4eb2f98621..420bdf5a47 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.5") -(define %linux-libre-hash "1vrqya5zkhzl37fpj5v0v1igm7jf2gi13apkpak90l51xiw592cs") +(define %linux-libre-version "4.15.6") +(define %linux-libre-hash "13mv6wrhwjw2wll918c1r9l872wzzanvyi8rk6gv0k6cg0f56jal") (define-public linux-libre (make-linux-libre %linux-libre-version |