diff options
author | Mark H Weaver <mhw@netris.org> | 2019-02-23 22:52:58 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-02-23 22:52:58 -0500 |
commit | ed5cabe6ee1ac9dbf51dff5dbff6c2db26e3a1c1 (patch) | |
tree | 81583a7013c9513b80b593b0e99ff5c606ec7cc8 /gnu/packages/linux.scm | |
parent | bc14e23650edcbd9aac2434cb8150877d6ce5b47 (diff) |
gnu: linux-libre@4.14: Update to 4.14.103.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.103.
(%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 0341473e83..65202260fe 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -441,8 +441,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.102") -(define %linux-libre-4.14-hash "14bnx47695480qlcmmd3sf60mm8ghlbc3r2dgxd3302hfb8gapri") +(define %linux-libre-4.14-version "4.14.103") +(define %linux-libre-4.14-hash "05zcb7kaj6cni4v0s0qdywwrqzlr63mkqbhxkbmrjz4blxxxdszg") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |