diff options
author | Mark H Weaver <mhw@netris.org> | 2018-12-17 23:35:13 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-12-17 23:35:13 -0500 |
commit | ce146a872ce21f34987b19c927b747c1aade1a7a (patch) | |
tree | 68b7c4174a663ab3636f4be426d659c8ff209770 /gnu/packages/linux.scm | |
parent | 42159e76e257a3a0ab7357efc79bdc25ead369fb (diff) | |
download | patches-ce146a872ce21f34987b19c927b747c1aade1a7a.tar patches-ce146a872ce21f34987b19c927b747c1aade1a7a.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.89.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.89.
(%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 94f28aac9b..b20be91bc5 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.88") -(define %linux-libre-4.14-hash "1qsnwaw4kbrchlc6cv9i8a9cgi06cf8pn4hqj0k6g4xdqrwf3k6a") +(define %linux-libre-4.14-version "4.14.89") +(define %linux-libre-4.14-hash "12n6qpcng7c7vdb1p3p914bn3g2namaam6d55ipvz0dv5k283h75") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |