diff options
author | Mark H Weaver <mhw@netris.org> | 2019-03-25 01:22:06 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-03-25 01:22:06 -0400 |
commit | be6d2713d3454526c0761d1d52ded7bbd879d9bd (patch) | |
tree | 5bc650af5bc11fdec229daba2039b5224ff8daaa /gnu/packages/linux.scm | |
parent | 60b223ac516d92bab3000f9c7f4986569783d2d6 (diff) | |
download | patches-be6d2713d3454526c0761d1d52ded7bbd879d9bd.tar patches-be6d2713d3454526c0761d1d52ded7bbd879d9bd.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.31.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.31.
(%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 0f20c76f44..414442ea01 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -429,8 +429,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-5.0-patches #:configuration-file kernel-config)) -(define %linux-libre-4.19-version "4.19.30") -(define %linux-libre-4.19-hash "1i15cs7zb53hagllgga8jaz0j1p9b22j93iczwc2w587zzhzlvng") +(define %linux-libre-4.19-version "4.19.31") +(define %linux-libre-4.19-hash "0s0j5mnl83rg23shqfyhk352m3jhq1h7bksyz0sd8sz3q3pwj2ii") (define %linux-libre-4.19-patches (list %boot-logo-patch |