diff options
author | Mark H Weaver <mhw@netris.org> | 2018-09-20 18:00:47 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-09-20 18:04:48 -0400 |
commit | c57a2a12b17fb3595a1a2c85da7c796e2ee9815c (patch) | |
tree | 3a1266562854e5cae213541c2d30f5554b8292d8 /gnu/packages | |
parent | 41d6afb266a7bf2f0df95915a0fefc714e191199 (diff) | |
download | patches-c57a2a12b17fb3595a1a2c85da7c796e2ee9815c.tar patches-c57a2a12b17fb3595a1a2c85da7c796e2ee9815c.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.71.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.71.
(%linux-libre-4.14-hash): Update hash.
Diffstat (limited to 'gnu/packages')
-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 7034291d02..22cc7dff9b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -436,8 +436,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-4.18-patches #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.70") -(define %linux-libre-4.14-hash "138v51m6k57wnvlf9c22dad0w819mfb8f95i6w99mlg69qpwdvag") +(define %linux-libre-4.14-version "4.14.71") +(define %linux-libre-4.14-hash "1akvykaccy7ikl8v04grwxvgs4z2rrs7drf2s85ysqwq79mdh3gq") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |