diff options
author | Mark H Weaver <mhw@netris.org> | 2018-04-13 04:30:25 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-04-13 04:30:25 -0400 |
commit | 9e1fc5ae1d1af3eaa6dc67315c2b4616dc967a7b (patch) | |
tree | 784fca8d43ead1e68a84f27e821b2e7fcfdd417e /gnu/packages/linux.scm | |
parent | 1606da6c07b7b35481fb410d0a679c9452f6a319 (diff) | |
download | patches-9e1fc5ae1d1af3eaa6dc67315c2b4616dc967a7b.tar patches-9e1fc5ae1d1af3eaa6dc67315c2b4616dc967a7b.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.34.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.34.
(%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 c09e0474a6..e27bb158dd 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -400,8 +400,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.33") -(define %linux-libre-4.14-hash "0ps9whsxc20gw5ags18rgkwgy6fzg66by70g8xjds7nijpzgl69m") +(define %linux-libre-4.14-version "4.14.34") +(define %linux-libre-4.14-hash "11gmvxngjfx4w24a1yjc98hhdl8zfh87byrslgy94faybj8dl938") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |