diff options
author | Mark H Weaver <mhw@netris.org> | 2019-01-23 21:51:21 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-01-23 21:51:21 -0500 |
commit | 5ccf3dd0a1dc50ddc5edd69f12d08eebde344117 (patch) | |
tree | 992bcf409bf3bc8eb0c0e04328e06c8dac8aa5ab | |
parent | 02493dfa13c72b716ab5fe3a93ea205124013a1c (diff) | |
download | patches-5ccf3dd0a1dc50ddc5edd69f12d08eebde344117.tar patches-5ccf3dd0a1dc50ddc5edd69f12d08eebde344117.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.95.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.95.
(%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 6502d5af58..135c47f6b1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -441,8 +441,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.94") -(define %linux-libre-4.14-hash "06yf4ggdf9dn7zh17pv1kx84sn39mbxpfhsx1mdckzwpis7lcjzs") +(define %linux-libre-4.14-version "4.14.95") +(define %linux-libre-4.14-hash "07bxbwb5fan96aws6g91vxkrvl80a53wjbl8xkh4q3c6iah8wkvf") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |