diff options
author | Mark H Weaver <mhw@netris.org> | 2019-03-06 17:50:21 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-03-06 17:50:21 -0500 |
commit | 1b1a6c028b373c8494f86ca0f8f24004f13c2375 (patch) | |
tree | fe43a1c58e55fa0ed9b1692f9a35cf405df022a2 /gnu | |
parent | 7850fa891dfc3a1c727b62d44e60562bc7f39c44 (diff) |
gnu: linux-libre@4.14: Update to 4.14.105.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.105.
(%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 047fd1ce3e..dcb70101b6 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -442,8 +442,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.104") -(define %linux-libre-4.14-hash "0x7jzazl0yzdc9m1ycwcywjpj6w30mabks4qs9asdy5622282b4v") +(define %linux-libre-4.14-version "4.14.105") +(define %linux-libre-4.14-hash "06pp13d2g0j2v8jy8fh20b4ismzg9wn3i7bnx2hpyvslz256rrgg") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |