diff options
author | Mark H Weaver <mhw@netris.org> | 2019-01-27 02:01:35 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-01-27 02:01:35 -0500 |
commit | 0ee0ea706f8c56fff367af1b21b5b3d14004a054 (patch) | |
tree | 7a55712e5d8daaa884076aec34ba601f0bab07d1 /gnu/packages/linux.scm | |
parent | 94711cd6db53d39bfa53695dc256b0be54dc7263 (diff) | |
download | patches-0ee0ea706f8c56fff367af1b21b5b3d14004a054.tar patches-0ee0ea706f8c56fff367af1b21b5b3d14004a054.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.18.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.18.
(%linux-libre-4.19-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 e910b14f43..5c7085e3dc 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -427,8 +427,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-4.20-patches #:configuration-file kernel-config)) -(define %linux-libre-4.19-version "4.19.17") -(define %linux-libre-4.19-hash "0friqd9wyhddjli4m41wd994ygnwng40a95ry14478rkadfv7iwh") +(define %linux-libre-4.19-version "4.19.18") +(define %linux-libre-4.19-hash "1m3qbd09zd7llq0fjsccyjr070n6szl5dj10qrlpd54bnvry22fc") (define %linux-libre-4.19-patches (list %boot-logo-patch |