diff options
author | Mark H Weaver <mhw@netris.org> | 2018-06-12 02:56:19 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-06-12 02:56:19 -0400 |
commit | f3ad05efd980ff1ce7fe7394b610952870817915 (patch) | |
tree | b02d1caeb2ffa7ba8a953e266f85ab15c43ee136 /gnu | |
parent | 2c5f8aad9278177eb61d2e6b847058e12f1a0a10 (diff) | |
download | patches-f3ad05efd980ff1ce7fe7394b610952870817915.tar patches-f3ad05efd980ff1ce7fe7394b610952870817915.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.49.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.49.
(%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 a42fb797c8..01eec5e9ee 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -404,8 +404,8 @@ It has been modified to remove all non-free binary blobs.") %linux-compatible-systems #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.48") -(define %linux-libre-4.14-hash "011lkq30gpvbgvg2p1nw2kqkig9a3qridy678rkx3fpah0ya4rhd") +(define %linux-libre-4.14-version "4.14.49") +(define %linux-libre-4.14-hash "0p6xwgrkzccapdyrk20hsd3icad5j5grjh2n1ixflkabhbqp7cb2") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |