diff options
author | Mark H Weaver <mhw@netris.org> | 2018-05-21 13:19:33 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-05-21 13:19:33 -0400 |
commit | b1bb1e8429d81b947ce2a596ffa36198177dc1ae (patch) | |
tree | 3ddbf2132f91174f7a8307e0321494c1fd495613 | |
parent | e205afbd1cca8114a529b93d5e44f9425c3bafda (diff) | |
download | patches-b1bb1e8429d81b947ce2a596ffa36198177dc1ae.tar patches-b1bb1e8429d81b947ce2a596ffa36198177dc1ae.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.42.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.42.
(%linux-libre-4.14-hash): Update hash.
-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 de60f1a66b..743245dc80 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -403,8 +403,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.41") -(define %linux-libre-4.14-hash "0qcfw4spnjlzri8bgch1j0yxsw75gjx1m9qyn3h1lk4a33gczih6") +(define %linux-libre-4.14-version "4.14.42") +(define %linux-libre-4.14-hash "12vjzb5g1abg5d5w6z65n1ixw7c3y9f5zwx3gd3854dgnynbq708") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |