diff options
author | Mark H Weaver <mhw@netris.org> | 2018-08-16 16:22:36 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-08-16 16:25:05 -0400 |
commit | 0dcfc00550e9338a42c6fb7c94241ad5d3d5b0dc (patch) | |
tree | 19a263d4b557aff729d2f6201fd5649ce3d65f87 /gnu/packages | |
parent | 4edf8015abb789f19383bc5c2235ac836fa08c7c (diff) |
gnu: linux-libre@4.14: Update to 4.14.63.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.63.
(%linux-libre-4.14-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 8dc57d9eeb..dbab2ddeea 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -413,8 +413,8 @@ It has been modified to remove all non-free binary blobs.") %linux-compatible-systems #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.62") -(define %linux-libre-4.14-hash "0gpcdimig6d833dgxmj1i21dg8n12g4q38n0dq5j5x215w6rxy65") +(define %linux-libre-4.14-version "4.14.63") +(define %linux-libre-4.14-hash "0ysqf70vpycw0xl1sm4rdkpaq526awys28di7k3kqgnlvgfgiilr") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |