diff options
author | Mark H Weaver <mhw@netris.org> | 2019-03-06 17:51:12 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-03-06 17:51:12 -0500 |
commit | 9870f3ec615b65f518ac6d1133ec868b043f553d (patch) | |
tree | 21ea000ce891ec0a219fb2f1c1aa0c97e1ca54a9 /gnu/packages/linux.scm | |
parent | 1b1a6c028b373c8494f86ca0f8f24004f13c2375 (diff) | |
download | patches-9870f3ec615b65f518ac6d1133ec868b043f553d.tar patches-9870f3ec615b65f518ac6d1133ec868b043f553d.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.27.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.27.
(%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 dcb70101b6..bc9bf154b4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -428,8 +428,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.26") -(define %linux-libre-4.19-hash "0xp1hqcwimyvzzbci741vymc8mrgk3cycv8l020zas1dfw5wn48c") +(define %linux-libre-4.19-version "4.19.27") +(define %linux-libre-4.19-hash "055n4s4yrkcrwkdsxbf1q1zyxmpabf7kba8d0phpfadian3wr4s0") (define %linux-libre-4.19-patches (list %boot-logo-patch |