diff options
author | Mark H Weaver <mhw@netris.org> | 2018-04-09 00:27:43 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-04-09 00:27:43 -0400 |
commit | 2e5a9c58ad12498e075576dc52a43a91aaaf8478 (patch) | |
tree | 0236c846c6ec801bedfd966f653086fa94a1d697 | |
parent | 9b8cd09e46133a84766e8d3f007e1c9a0e019606 (diff) | |
download | guix-2e5a9c58ad12498e075576dc52a43a91aaaf8478.tar guix-2e5a9c58ad12498e075576dc52a43a91aaaf8478.tar.gz |
gnu: linux-libre: Update to 4.15.16.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.16.
(%linux-libre-hash): Update hash.
-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 551040626d..0aeb919f36 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.15") -(define %linux-libre-hash "14pjdwj6n7j8wpjrwlj261s5bxf4861d6w42agrz8ilznhi11niy") +(define %linux-libre-version "4.15.16") +(define %linux-libre-hash "1nzdaypvw8abas6xr6ijk2wc9f0b6q72xw6ypalwx33p7sdqwrzq") (define-public linux-libre (make-linux-libre %linux-libre-version |