diff options
author | Mark H Weaver <mhw@netris.org> | 2018-02-17 23:55:40 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-02-17 23:55:40 -0500 |
commit | 4a9ea9750d3c1444e268a69f579139a3b01e03c9 (patch) | |
tree | 4b9a08030a7731b094170f640f22b59e31127d9b /gnu/packages/linux.scm | |
parent | 7b4a850c232258feadd1bc813852087b3bba1ef4 (diff) |
gnu: linux-libre@4.14: Update to 4.14.20.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.20.
(%linux-libre-4.14-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 de479e7420..fafd3a6928 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -391,8 +391,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.19") -(define %linux-libre-4.14-hash "1zns8nxx1j1fxpgqgsm9z0kffn0ji1pcsav1r77gxqllsn49wa8m") +(define %linux-libre-4.14-version "4.14.20") +(define %linux-libre-4.14-hash "1xc5g2kq3wpn6i61rpypnlb0f82f05b8jac2lg62rv4v46bsvfwv") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |