diff options
author | Mark H Weaver <mhw@netris.org> | 2019-02-15 18:23:49 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-02-15 23:32:52 -0500 |
commit | c5d3e7c5ac1eb5a4cf83f55d9ce66570cbda769d (patch) | |
tree | b34fb5a52b5db1c8d75cc0e5493f2181e9bdf8bf | |
parent | f218ff0acbaedb36947fd6f127b284f05390bb3c (diff) | |
download | patches-c5d3e7c5ac1eb5a4cf83f55d9ce66570cbda769d.tar patches-c5d3e7c5ac1eb5a4cf83f55d9ce66570cbda769d.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.101.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.101.
(%linux-libre-4.14-hash): Update hash.
-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 503a94ff43..525986e3af 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.99") -(define %linux-libre-4.14-hash "1d9h4l22j3jy1bkq8i4g6axwpq04jbsys4bg6bx8sbl590c9lrwx") +(define %linux-libre-4.14-version "4.14.101") +(define %linux-libre-4.14-hash "02j240x30zkhpazdimlfi0xq6zjdw6fidgdfrdnvfryvhf6j097j") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |