diff options
author | Mark H Weaver <mhw@netris.org> | 2018-03-21 20:47:53 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-03-21 20:47:53 -0400 |
commit | 8ec89c358fabc6ba819b4c0dfc64b971c0761f7b (patch) | |
tree | 811ae28a83270b1658f9bc4aa90ab5ba7cca53a4 /gnu/packages/linux.scm | |
parent | 4dd0f8c0c13e600941543f4161e88d662978819b (diff) | |
download | patches-8ec89c358fabc6ba819b4c0dfc64b971c0761f7b.tar patches-8ec89c358fabc6ba819b4c0dfc64b971c0761f7b.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.29.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.29.
(%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 0d7dc7161b..403186b89b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -392,8 +392,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.28") -(define %linux-libre-4.14-hash "0xg3zsm1yjsvxir8sz7zliz8gcc8d45xh23qyiszl75cfqjl36l3") +(define %linux-libre-4.14-version "4.14.29") +(define %linux-libre-4.14-hash "0y8p9pn40jgk96c10i9px2n6pqim788q7zssngp46glmpwfz4gra") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |