diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-11 20:11:32 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-11 20:11:32 -0400 |
commit | 877747ebe1db8b92ffbf48fdf9a2054e4562d2d8 (patch) | |
tree | 25e8a840ff672d494221ac0d87aa7c3de1180ef6 /gnu | |
parent | 2157c1210e174199b3885d47553ae8500ace6781 (diff) | |
download | patches-877747ebe1db8b92ffbf48fdf9a2054e4562d2d8.tar patches-877747ebe1db8b92ffbf48fdf9a2054e4562d2d8.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.118.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.118.
(%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 ba0594c631..d866e3f64f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -454,8 +454,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-4.19-patches #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.117") -(define %linux-libre-4.14-hash "14sy035zdikl3xr0wyg3srr4b2jjlvq7wzj6b0b74y90fa2s1rz5") +(define %linux-libre-4.14-version "4.14.118") +(define %linux-libre-4.14-hash "1286930275y62bw33pdxbmi13mr1n75yixh3p143vqrkp0rhgnp1") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |