diff options
author | Mark H Weaver <mhw@netris.org> | 2018-05-17 00:49:11 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-05-17 00:49:11 -0400 |
commit | 22d466737d35244d7497a205caba7d2355088a2f (patch) | |
tree | 520e8086338869de36dbc2260dcc31effa89a5bf | |
parent | c0bd585835f3457399c8fec2d1f90dd2e34a9482 (diff) | |
download | guix-22d466737d35244d7497a205caba7d2355088a2f.tar guix-22d466737d35244d7497a205caba7d2355088a2f.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.41.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.41.
(%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 0b5e002c52..0c9403349f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -401,8 +401,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.40") -(define %linux-libre-4.14-hash "0ifnxxqzn47gd2mpga8xj8nwhhzkhx31csis3p5j236m5kc149mc") +(define %linux-libre-4.14-version "4.14.41") +(define %linux-libre-4.14-hash "0qcfw4spnjlzri8bgch1j0yxsw75gjx1m9qyn3h1lk4a33gczih6") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |