From 7089a45aa1195844683b9c1ed0ba56f919eb922f Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Thu, 16 Jul 2020 15:35:03 -0400 Subject: gnu: linux-libre@4.19: Update to 4.19.133. * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.133. (linux-libre-4.19-pristine-source): Update hash. (linux-libre-4.19-source): Remove %linux-libre-fix-atheros-9271-patch. --- gnu/packages/linux.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 1b71bc1e0c..7750627a9f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -391,10 +391,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.4))) -(define-public linux-libre-4.19-version "4.19.132") +(define-public linux-libre-4.19-version "4.19.133") (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "0i3xka0n26iqslvc8xzxlcig3gjwfprzgdwd1q3wrr1cjsafxmyp"))) + (hash (base32 "1i6vfzg8xds4lvvzkxaak74727iq35hx4vxr14w65bq9gpzfacxr"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) @@ -473,8 +473,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (define-public linux-libre-4.19-source (source-with-patches linux-libre-4.19-pristine-source (list %boot-logo-patch - %linux-libre-arm-export-__sync_icache_dcache-patch - %linux-libre-fix-atheros-9271-patch))) + %linux-libre-arm-export-__sync_icache_dcache-patch))) (define-public linux-libre-4.14-source (source-with-patches linux-libre-4.14-pristine-source -- cgit v1.2.3