diff options
author | Mark H Weaver <mhw@netris.org> | 2019-03-25 01:21:12 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-03-25 01:21:12 -0400 |
commit | 60b223ac516d92bab3000f9c7f4986569783d2d6 (patch) | |
tree | 50f394f933d3176b11ac9edf886128b03ed9ab56 /gnu/packages | |
parent | eb69d5ddde2aef508aa7fcbb6f8766a8b07beb70 (diff) | |
download | guix-60b223ac516d92bab3000f9c7f4986569783d2d6.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.108.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.108. (%linux-libre-4.14-hash): Update hash.
Diffstat (limited to 'gnu/packages')
-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 19767e3d60..0f20c76f44 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -443,8 +443,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.107") -(define %linux-libre-4.14-hash "19i17b8sjjvi99vya1vncjalysdy027hp35rrla68gjs28dyas7r") +(define %linux-libre-4.14-version "4.14.108") +(define %linux-libre-4.14-hash "1ydp1dzfcv6caahcdlx2l2q13bnhwgin5wwkgrc10f2d96acyr47") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |