diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-21 04:34:41 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-21 04:34:41 -0400 |
commit | 5e9452a41dc479e0afd97aa5322222aeb36cc821 (patch) | |
tree | c3d07780d5e09d3b0d6d558827116a1bb59fadb3 /gnu/packages/linux.scm | |
parent | 16854b97ee69fec7ab736b3ade5aa1d5488f8072 (diff) | |
download | guix-5e9452a41dc479e0afd97aa5322222aeb36cc821.tar guix-5e9452a41dc479e0afd97aa5322222aeb36cc821.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.53.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.53.
(%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 d0b5c7fd5a..f7a75b405b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -448,8 +448,8 @@ It has been modified to remove all non-free binary blobs.") (make-linux-libre-headers %linux-libre-version %linux-libre-hash)) -(define %linux-libre-4.19-version "4.19.52") -(define %linux-libre-4.19-hash "1wsrgrskmvipm7j4kzir93p9dp3iy49522163ghfxx71b1b2v4dg") +(define %linux-libre-4.19-version "4.19.53") +(define %linux-libre-4.19-hash "0bk024a7s4my4hf6i7gfg64lill19i4b8x0x3hfsqyy6j153pjlg") (define %linux-libre-4.19-patches (list %boot-logo-patch |