From 70838cf991d2232462041814d4935b9b05352a02 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 8 May 2021 18:41:30 +0200 Subject: gnu: linux-libre-headers: Update to 5.10.35. * gnu/packages/linux.scm (linux-libre-headers-5.4.20): Rename to ... (linux-libre-headers-5.10.35): ... this. Update to 5.10.35. (linux-libre-headers): Adjust accordingly. --- gnu/packages/linux.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 2ccb6fc137..91de665a57 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -646,11 +646,11 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; The following package is used in the early bootstrap, and thus must be kept ;; stable and with minimal build requirements. -(define-public linux-libre-headers-5.4.20 - (make-linux-libre-headers "5.4.20" - "1qxhf6dmcwjblzx8fgn6vr10p38xw10iwh6d1y1v1mxb25y30b47")) +(define-public linux-libre-headers-5.10.35 + (make-linux-libre-headers "5.10.35" + "0q2rnchad55d49f3rajrkazz0fcjv1irwrdb1hwjnl01fzm2gjk3")) -(define-public linux-libre-headers linux-libre-headers-5.4.20) +(define-public linux-libre-headers linux-libre-headers-5.10.35) ;;; -- cgit v1.2.3