diff options
author | Mark H Weaver <mhw@netris.org> | 2018-02-13 13:07:24 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-02-13 13:07:48 -0500 |
commit | 146be91dda5a2a14fe031df5ea1f63f2452f1311 (patch) | |
tree | 97ef5cf9ad331d038d502d03e380c75dd30c2510 /gnu/packages/linux.scm | |
parent | 47b731b372c652f8f68d0a2f46cac16bfb69fd32 (diff) | |
download | patches-146be91dda5a2a14fe031df5ea1f63f2452f1311.tar patches-146be91dda5a2a14fe031df5ea1f63f2452f1311.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.19.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.19.
(%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 79b6664121..2e829200e5 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -391,8 +391,8 @@ It has been modified to remove all non-free binary blobs.") %linux-compatible-systems #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.18") -(define %linux-libre-4.14-hash "1kl6zc9dzi02hzxwmzskxb4cqh5lph4afy94677bj5ribanmizn5") +(define %linux-libre-4.14-version "4.14.19") +(define %linux-libre-4.14-hash "1zns8nxx1j1fxpgqgsm9z0kffn0ji1pcsav1r77gxqllsn49wa8m") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |