diff options
author | Mark H Weaver <mhw@netris.org> | 2019-03-15 22:34:43 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-03-15 22:34:43 -0400 |
commit | 9914234ca52d0315a5a8f7a6f75581f8f074ccfe (patch) | |
tree | 2c91f47467895fe00b7c6308685fdd0ec4e53f63 /gnu | |
parent | eba7d5e9c901d0054dc28bf711ee6539fb41bf7a (diff) |
gnu: linux-libre@4.14: Update to 4.14.106.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.106.
(%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 4cab9c9f7f..928e6567e0 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.105") -(define %linux-libre-4.14-hash "06pp13d2g0j2v8jy8fh20b4ismzg9wn3i7bnx2hpyvslz256rrgg") +(define %linux-libre-4.14-version "4.14.106") +(define %linux-libre-4.14-hash "18m8yvdg12k01a7nmy8rv44vavmjmlaqc11xh2cczpib1m6sfk1k") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |