diff options
author | Mark H Weaver <mhw@netris.org> | 2018-03-14 11:03:12 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-03-14 11:03:12 -0400 |
commit | b5a6fb3c08f9fe126691c1a967618c9074a20c5b (patch) | |
tree | 71d8cc0fded23fb4a8b600b99cf2c0a34e2194a3 /gnu | |
parent | b4c1930b2d16f9d0bebb755c4f4727723a6e513b (diff) |
gnu: linux-libre@4.14: Update to 4.14.26.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.26.
(%linux-libre-4.14-hash): Update hash.
Diffstat (limited to 'gnu')
-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 8bce967f18..21d18d4d06 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -392,8 +392,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.25") -(define %linux-libre-4.14-hash "0lrzw51ajdkc8mj9bn0lc4yx6q9sf29lcviapapqixg5hds72b94") +(define %linux-libre-4.14-version "4.14.26") +(define %linux-libre-4.14-hash "1m2zr17wpasg5riysbaa4g5i492jzr93py2jm088ki818s4a9cm3") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |