diff options
author | Mark H Weaver <mhw@netris.org> | 2019-04-28 13:34:06 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-04-28 13:34:06 -0400 |
commit | 4943ddf878b36d33364ff3e98a70951953892b68 (patch) | |
tree | a0002c512806127af5ed767d151737e1e5a60dc0 /gnu | |
parent | a7dad69a32b267bc83d8891da805b044145ccb5e (diff) | |
download | patches-4943ddf878b36d33364ff3e98a70951953892b68.tar patches-4943ddf878b36d33364ff3e98a70951953892b68.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.114.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.114.
(%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 dfffd7c928..a2e95c08bb 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -473,8 +473,8 @@ between the CDemu userspace daemon and linux kernel.") #:patches %linux-libre-4.19-patches #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.113") -(define %linux-libre-4.14-hash "0z547pdi1vhybyhnfr5krsfyxmdwnv5p5fps9jjyx6rvkxasddvh") +(define %linux-libre-4.14-version "4.14.114") +(define %linux-libre-4.14-hash "0hc6vk8wh6dlr8lbfd269n3drgbw2swfhlgqs9kl13104jrxqqv4") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |