diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-25 19:06:06 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-25 19:06:06 -0400 |
commit | f6d78ff9b65291cd504d19e396c8312cd46cadc8 (patch) | |
tree | 40d3b744e59d62b709ce77fc4f2fe0c2db028a80 /gnu/packages/linux.scm | |
parent | 10a303a4a5c0e00f35275a34e42ab6860f9545fc (diff) |
gnu: linux-libre@4.14: Update to 4.14.130.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.130.
(%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 f89ab6b281..b12293797c 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.129") -(define %linux-libre-4.14-hash "0aw37l5c6hpgzqjawyq3rd7csp92x8mhy785mf0hg0i9smyfg767") +(define %linux-libre-4.14-version "4.14.130") +(define %linux-libre-4.14-hash "1fk6ds0q2rykr6byvfass8f5a9k6qq9sk261wjcfp1gn8b9wmxws") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |