diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-06 02:11:37 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-06 02:11:37 -0400 |
commit | d40684e82725f611ea4ae6b80a18c3360a4446b5 (patch) | |
tree | 1c81cf5e1b9e8f1231fc2786606e84fb5b13dc1c /gnu/packages/linux.scm | |
parent | 60065f5bd3c6e32bffd27badb012b0dd6a1569ea (diff) |
gnu: linux-libre@4.14: Update to 4.14.116.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.116.
(%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 56483f9cf0..6c08cab960 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -476,8 +476,8 @@ between the CDemu userspace daemon and linux kernel.") #:patches %linux-libre-4.19-patches #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.115") -(define %linux-libre-4.14-hash "0p848q0zmcpx7fnql6ygwx48szv70nr50p8w8f8ji1apbl1xxjvm") +(define %linux-libre-4.14-version "4.14.116") +(define %linux-libre-4.14-hash "0siw2smp4spcqpigxfxcglphh6rs5i5lff5i9bb6gv06sdlrbq30") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |