diff options
author | Mark H Weaver <mhw@netris.org> | 2018-11-10 20:23:57 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-11-10 20:23:57 -0500 |
commit | e22842f5ca7e8db772e9a8522d21b63bb7c81c4f (patch) | |
tree | 8e199cafe589bd85ccc833855dc46bafbd57c666 /gnu/packages/linux.scm | |
parent | 62168a555872aafccbc75d5681063c3f90d9a928 (diff) |
gnu: linux-libre@4.14: Update to 4.14.80.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.80.
(%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 132bc0d827..b1dd5adc88 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -429,8 +429,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.79") -(define %linux-libre-4.14-hash "000rd4h2yk6k68wjg37v53hqnqw1mgwhdxbcvy8iywy8za9r12c8") +(define %linux-libre-4.14-version "4.14.80") +(define %linux-libre-4.14-hash "0h4hi5lqizdx5nk0f3immbcv2n7p5jh26m80v4x6bw4wi5b44fra") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |