diff options
author | Mark H Weaver <mhw@netris.org> | 2018-09-29 15:56:49 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-09-29 15:56:49 -0400 |
commit | 92011cbf7eb73469cae4478701ef3a1171841d52 (patch) | |
tree | efbc947aafb885e89725c6bb302313a1ab561048 /gnu/packages/linux.scm | |
parent | 63e98a4c416957e08bf3d267f52c780f4c6b84f2 (diff) |
gnu: linux-libre@4.14: Update to 4.14.73.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.73.
(%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 de13a36a36..042e7fd280 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.72") -(define %linux-libre-4.14-hash "1ngz5p8mvga45y1n6hbw6niy0ji5mfl4vc3bxlckjg42dcp5qf64") +(define %linux-libre-4.14-version "4.14.73") +(define %linux-libre-4.14-hash "0s2aphqgasx0lnprb2hzaqgbcd5i9774gfyhz5a6sqj6dygr00xy") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |