diff options
author | Mark H Weaver <mhw@netris.org> | 2018-06-05 17:18:18 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-06-05 17:20:57 -0400 |
commit | 704051b2583842da05b9a77fdea98e7380ca611e (patch) | |
tree | b7dfca9541fbd25dac4ba6797201149a85118bc3 /gnu/packages/linux.scm | |
parent | 4418c59005f56505a721301fd11dd0d77a8d2248 (diff) |
gnu: linux-libre@4.14: Update to 4.14.48.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.48.
(%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 511e0a8cb3..a641f8fbe5 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.47") -(define %linux-libre-4.14-hash "1hm1vk6cdrwr971g5rcbq425fadn49580xa27zp1h6jz40n119wd") +(define %linux-libre-4.14-version "4.14.48") +(define %linux-libre-4.14-hash "011lkq30gpvbgvg2p1nw2kqkig9a3qridy678rkx3fpah0ya4rhd") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |