diff options
author | Mark H Weaver <mhw@netris.org> | 2018-03-01 17:58:35 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-03-01 17:58:35 -0500 |
commit | 433765e5994af166e986716eeccae1f7ddc961e7 (patch) | |
tree | fffd9a50c3f004e1a3b5a894c9457dca513d9cfe /gnu/packages/linux.scm | |
parent | 8b1f76c443ce45ca9564d5231f5ac9d31618c08a (diff) | |
download | patches-433765e5994af166e986716eeccae1f7ddc961e7.tar patches-433765e5994af166e986716eeccae1f7ddc961e7.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.23.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.23.
(%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 07c677f7ba..93c31da587 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -392,8 +392,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.22") -(define %linux-libre-4.14-hash "1lhswcvgl077kzsln3nxmrdbnlc3b8mphjjmkqz0f2663wa6rhcv") +(define %linux-libre-4.14-version "4.14.23") +(define %linux-libre-4.14-hash "0mz8v67zj3wn3kdjb2a781vx7nc1imi7kmlvf1h1m0f37hw0s47y") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |