diff options
author | Mark H Weaver <mhw@netris.org> | 2018-04-19 18:54:25 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-04-19 18:54:25 -0400 |
commit | 58f427de8a1dcea298e4dcaaf3fe7c2bb2eb60c8 (patch) | |
tree | 89022deec02bf9fe55e9fdd3c9cd5d5c9bf3c61c | |
parent | 652741cf28210ebdc3eaab18e8aa243f44310ba8 (diff) |
gnu: linux-libre@4.14: Update to 4.14.35.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.35.
(%linux-libre-4.14-hash): Update hash.
-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 bc1e23fc15..2cab593934 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.34") -(define %linux-libre-4.14-hash "11gmvxngjfx4w24a1yjc98hhdl8zfh87byrslgy94faybj8dl938") +(define %linux-libre-4.14-version "4.14.35") +(define %linux-libre-4.14-hash "0dfzc2290zks1a63zld8ac0xarc8gxwwh4wsr71y8mas7gfmyqzj") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |