diff options
author | Mark H Weaver <mhw@netris.org> | 2018-02-17 23:57:21 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-02-17 23:57:21 -0500 |
commit | 629daea9818fc585afce557645958b33774f2729 (patch) | |
tree | 36d384eb37f67d308c0f0e924a8ad8bd49f70e9f /gnu/packages/linux.scm | |
parent | 4a9ea9750d3c1444e268a69f579139a3b01e03c9 (diff) |
gnu: linux-libre: Update to 4.15.4.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.4.
(%linux-libre-hash): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 fafd3a6928..ecdfca59a1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -382,8 +382,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.3") -(define %linux-libre-hash "1svn7v0gdqh7mi1f139g3nhf18g4vr9958x1zh24zww0lyic8l27") +(define %linux-libre-version "4.15.4") +(define %linux-libre-hash "0dg5b2vgp2ph0l63cxyq6bz05hvc90wab05f8y3a8731c9xsxmzq") (define-public linux-libre (make-linux-libre %linux-libre-version |