diff options
author | Mark H Weaver <mhw@netris.org> | 2018-12-13 19:58:07 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-12-13 20:00:43 -0500 |
commit | 3173a3f55497a41baa7c75f50348c91331b8b9bc (patch) | |
tree | f93f307b3a035df6e70f6707fe6169e23ea0c4d6 /gnu | |
parent | c4cc1b9d20212369d485a7b3788160117926ea3b (diff) |
gnu: linux-libre@4.14: Update to 4.14.88.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.88.
(%linux-libre-4.14-hash): Update hash.
Diffstat (limited to 'gnu')
-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 014a144759..4b25717f9c 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.87") -(define %linux-libre-4.14-hash "1013h3qbsq76vlhrbl3gci25jbwydzm7k0bg08fbq42qrhjq92ak") +(define %linux-libre-4.14-version "4.14.88") +(define %linux-libre-4.14-hash "1qsnwaw4kbrchlc6cv9i8a9cgi06cf8pn4hqj0k6g4xdqrwf3k6a") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |