diff options
author | Mark H Weaver <mhw@netris.org> | 2018-11-27 22:45:43 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-11-27 22:45:43 -0500 |
commit | 71e48a6371589f4fe6034826b869d93c4d4a42cb (patch) | |
tree | 8ea722bd0efd8ce3532edd246d754ab89ff797a2 /gnu | |
parent | 32f39fb9e291ba2161cbdfa34dab585151f47a8c (diff) | |
download | guix-71e48a6371589f4fe6034826b869d93c4d4a42cb.tar guix-71e48a6371589f4fe6034826b869d93c4d4a42cb.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.84.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.84.
(%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 f19ac3be2a..0e96c03467 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -429,8 +429,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.83") -(define %linux-libre-4.14-hash "0x6r09bqdrcqigyjx922vji3pdv36l24pl0j33xs8b7xawkvii9g") +(define %linux-libre-4.14-version "4.14.84") +(define %linux-libre-4.14-hash "0mdf436bxlrsv0jbnzwd5bblpavv9vk5qx7h2x55jp0iy9pvp3n2") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |