diff options
author | Mark H Weaver <mhw@netris.org> | 2018-05-30 14:58:49 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-05-30 14:58:49 -0400 |
commit | 49e67982eb34456a8b1b2bc193031a3c2198f1d9 (patch) | |
tree | e793713819fe39d2a480ad370098cf6fe228e6ed /gnu/packages/linux.scm | |
parent | f9e1c2d72a67e953ae23549b39dab4bd1998e8e3 (diff) |
gnu: linux-libre@4.14: Update to 4.14.46.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.46.
(%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 878187d8c7..5a9b52ab80 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -404,8 +404,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.44") -(define %linux-libre-4.14-hash "0w89y22by17yqk89l1mmhlvz0i4dkp1mjc347nq3zy1llbwiwvnf") +(define %linux-libre-4.14-version "4.14.46") +(define %linux-libre-4.14-hash "17imkhqk3m3djdj0m5h4lqs9cfdh9zq1cz83q8ldyald56rbn622") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |