diff options
author | Mark H Weaver <mhw@netris.org> | 2018-09-27 05:52:52 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-09-27 05:52:52 -0400 |
commit | e0b6085a7f69a8b2a8ff4fe90d8ef28f9ef50769 (patch) | |
tree | 5104b39ee0addde4d926abf72136ff4409e64f2a /gnu/packages/linux.scm | |
parent | 202190ec392d3284b0dae753b356cb74f4962682 (diff) |
gnu: linux-libre@4.14: Update to 4.14.72.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.72.
(%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 b3ccaef89f..93005e16da 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -436,8 +436,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-4.18-patches #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.71") -(define %linux-libre-4.14-hash "1akvykaccy7ikl8v04grwxvgs4z2rrs7drf2s85ysqwq79mdh3gq") +(define %linux-libre-4.14-version "4.14.72") +(define %linux-libre-4.14-hash "1ngz5p8mvga45y1n6hbw6niy0ji5mfl4vc3bxlckjg42dcp5qf64") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |