diff options
author | Mark H Weaver <mhw@netris.org> | 2018-11-23 21:03:29 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-11-23 21:03:29 -0500 |
commit | 245139cd0d3b7ef092022c5101ce58855207c880 (patch) | |
tree | d000eb0a93835ec33047ff510a7eab7b66427798 /gnu | |
parent | 268ba4cbcfdae3f5571b51d7c77830247821b74a (diff) | |
download | patches-245139cd0d3b7ef092022c5101ce58855207c880.tar patches-245139cd0d3b7ef092022c5101ce58855207c880.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.83.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.83.
(%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 f80b84d440..8e264cb7bd 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.81") -(define %linux-libre-4.14-hash "0vxs8k7ka8aqnn1fcr88bhr07wa5jg83pq1rcjby9k422mbv254q") +(define %linux-libre-4.14-version "4.14.83") +(define %linux-libre-4.14-hash "0x6r09bqdrcqigyjx922vji3pdv36l24pl0j33xs8b7xawkvii9g") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |