diff options
author | Mark H Weaver <mhw@netris.org> | 2018-12-22 23:55:50 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-12-22 23:55:50 -0500 |
commit | 97f67f9da0629f463b4f6487f7efe04b1bbf3ac9 (patch) | |
tree | 9c30a55b98f6a3d332a0d1da65f9f3ecc40550c6 /gnu | |
parent | 37467b2dc12d90a23687830bcf1f9f002d1de63e (diff) | |
download | patches-97f67f9da0629f463b4f6487f7efe04b1bbf3ac9.tar patches-97f67f9da0629f463b4f6487f7efe04b1bbf3ac9.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.90.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.90.
(%linux-libre-4.14-hash): Update hash.
Diffstat (limited to 'gnu')
-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 1863a4e959..94ac412851 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -423,8 +423,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.89") -(define %linux-libre-4.14-hash "12n6qpcng7c7vdb1p3p914bn3g2namaam6d55ipvz0dv5k283h75") +(define %linux-libre-4.14-version "4.14.90") +(define %linux-libre-4.14-hash "19my91gb54whgk83vyd45ri0c3jb57jfdb670s80fp02ilr7x5ka") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |