diff options
author | Mark H Weaver <mhw@netris.org> | 2018-12-09 03:14:02 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-12-09 03:16:18 -0500 |
commit | 80606f7737880f7e41dab2681b2750f588ca566c (patch) | |
tree | a970d3562f3d9b0f909a4eb8a2b8ee92ce18e98e /gnu/packages/linux.scm | |
parent | bff07c024efb8dbe704928a04b1305abb7f0aeab (diff) |
gnu: linux-libre@4.14: Update to 4.14.87.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.87.
(%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 74244de6af..02e16b08be 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -423,8 +423,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-4.19-patches #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.86") -(define %linux-libre-4.14-hash "1w98drq4ns2awwrbbkd6vy9fh219w8bfjfni5zndfycs5yh5hg65") +(define %linux-libre-4.14-version "4.14.87") +(define %linux-libre-4.14-hash "1013h3qbsq76vlhrbl3gci25jbwydzm7k0bg08fbq42qrhjq92ak") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |