diff options
author | Mark H Weaver <mhw@netris.org> | 2019-01-31 23:57:06 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-01-31 23:57:06 -0500 |
commit | 9d5414f1a46b9c79a4774cfb4f3d25fdba685b4f (patch) | |
tree | 692e1771550f3d3419469964bd11b678ad817c3a /gnu/packages/linux.scm | |
parent | 20d32ac2797dfc409dae5e366bcac8f5596eb391 (diff) | |
download | patches-9d5414f1a46b9c79a4774cfb4f3d25fdba685b4f.tar patches-9d5414f1a46b9c79a4774cfb4f3d25fdba685b4f.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.97.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.97.
(%linux-libre-4.14-hash): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 2fbd390ca8..3e4250ae6e 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.96") -(define %linux-libre-4.14-hash "03g28n9n4ci8y2qs59vili7dkqag7fmhr9q6ah8l66qn37d375k9") +(define %linux-libre-4.14-version "4.14.97") +(define %linux-libre-4.14-hash "056cnap79a0m4n9cldqfr3sbx61wvxwnpz6x9fh6lq0byqcil26k") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |