diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-17 04:09:01 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-17 04:09:01 -0400 |
commit | cce92e04701d73c0ab2ed21822f913c99eec2093 (patch) | |
tree | 477f34d320c46a87610143a4d6cd8ec340ef2f3b /gnu | |
parent | af94698b71bb3277019cdcce905a2859bc5d42ee (diff) |
gnu: linux-libre@4.14: Update to 4.14.120.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.120.
(%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 5616031828..7c96c8d801 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -454,8 +454,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.119") -(define %linux-libre-4.14-hash "18bi9cjmy1cw0kjwckcbiaj1iw8sx2isz3vpdgb3si9zhzfcjnz2") +(define %linux-libre-4.14-version "4.14.120") +(define %linux-libre-4.14-hash "0ll8m46cdbfrp6nvjcjm8w4alm75rg95k2lcdj72gfjnn8dfsnv1") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |