diff options
author | Mark H Weaver <mhw@netris.org> | 2018-03-01 17:59:21 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-03-01 17:59:21 -0500 |
commit | da525e714a96213a3258d8e8b0f7a6090c53e90e (patch) | |
tree | 3756c54dcd58ad9413442f29de05b59483894fad /gnu | |
parent | 433765e5994af166e986716eeccae1f7ddc961e7 (diff) |
gnu: linux-libre: Update to 4.15.7.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.7.
(%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 93c31da587..b922989018 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.6") -(define %linux-libre-hash "13mv6wrhwjw2wll918c1r9l872wzzanvyi8rk6gv0k6cg0f56jal") +(define %linux-libre-version "4.15.7") +(define %linux-libre-hash "1h17wc12lvva5vcm2z06cf57ywxb6i2snm9vxixw1lwibnksrb6l") (define-public linux-libre (make-linux-libre %linux-libre-version |