diff options
author | Mark H Weaver <mhw@netris.org> | 2018-03-09 20:23:24 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-03-09 20:23:24 -0500 |
commit | e82b61e6dda8cb979527963c913a2f72a2dfae5f (patch) | |
tree | 1e9c171bc846221a0aeb4d41962e8fe3c24cd150 /gnu/packages | |
parent | b8605720accbc7472ab213aef48f79321da16738 (diff) | |
download | guix-e82b61e6dda8cb979527963c913a2f72a2dfae5f.tar.gz guix-e82b61e6dda8cb979527963c913a2f72a2dfae5f.zip |
gnu: linux-libre: Update to 4.15.8.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.8.
(%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 390e855e6c..57e033f9b5 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.7") -(define %linux-libre-hash "1h17wc12lvva5vcm2z06cf57ywxb6i2snm9vxixw1lwibnksrb6l") +(define %linux-libre-version "4.15.8") +(define %linux-libre-hash "0178yi8k72sfv73gss2a1v7w1rmhyza3ia31jwg86gixqw74vifm") (define-public linux-libre (make-linux-libre %linux-libre-version |