diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-18 20:47:38 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-18 20:47:38 -0400 |
commit | 4862957c603341b6e1b11019219930465d2316d4 (patch) | |
tree | 5ca53f73bd892f755f3d9571e3388a734a37977b /gnu/packages | |
parent | 6bb60ba1ba7607ec65b2e14ce58c6fa5017265c3 (diff) |
gnu: linux-libre@4.14: Update to 4.14.127.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.127.
(%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 6a0daada1b..af5394f800 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -466,8 +466,8 @@ It has been modified to remove all non-free binary blobs.") (make-linux-libre-headers %linux-libre-4.19-version %linux-libre-4.19-hash)) -(define %linux-libre-4.14-version "4.14.126") -(define %linux-libre-4.14-hash "111whcprb72mdr4ivy49va1xx9qmnbqwgli4ql52g49ssfxkvc2c") +(define %linux-libre-4.14-version "4.14.127") +(define %linux-libre-4.14-hash "0dkzgxfzzc6n3k2x8nzzx98c6y3fhsr695rm46ahvg7fdg3vgcmi") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |