diff options
author | Mark H Weaver <mhw@netris.org> | 2018-03-09 20:22:35 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-03-09 20:22:35 -0500 |
commit | b8605720accbc7472ab213aef48f79321da16738 (patch) | |
tree | f2e947f0b429b2c72f7f395148e95bce5e95aa6e /gnu | |
parent | 8d5c14edf5a6d01f859b1aa00c836ffdb5ddecf4 (diff) |
gnu: linux-libre@4.14: Update to 4.14.25.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.25.
(%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 7e49ae6ee2..390e855e6c 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.24") -(define %linux-libre-4.14-hash "1i14djw3rmxb6syl6vfd5w76rjksbbaviynwj2dwwp9ki1h6p1hr") +(define %linux-libre-4.14-version "4.14.25") +(define %linux-libre-4.14-hash "0lrzw51ajdkc8mj9bn0lc4yx6q9sf29lcviapapqixg5hds72b94") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |