guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit a4da7d61661d7143f68ac9a9493d53dc8753ad01 Author: Vagrant Cascadian <[email protected]> AuthorDate: Mon May 25 23:29:16 2026 -0700 gnu: linux-libre 6.6: Update to 6.6.141. * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.141. (linux-libre-6.6-pristine-source): Update hash. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e8065c6790..03995ce71e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -597,7 +597,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.12))) -(define-public linux-libre-6.6-version "6.6.138") +(define-public linux-libre-6.6-version "6.6.141") (define-public linux-libre-6.6-gnu-revision "gnu") (define deblob-scripts-6.6 (linux-libre-deblob-scripts @@ -607,7 +607,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "0xp9b2vkrb0g0rn4i33b59rhp4sgh1dbwzk28vwz7kwac6l5rcpi"))) (define-public linux-libre-6.6-pristine-source (let ((version linux-libre-6.6-version) - (hash (base32 "03x8ald0sjzdb6kpzrw8adnc78r3mdxrx8mzbxbpwp35vdgnpl5d"))) + (hash (base32 "1qbzxgqs7q9gyqfrf0j7p0pgjxnjj5mibamhm280mf9anqp6bhiv"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.6)))
