guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit 359809e26802a62751a16b8ba5fc749709f053e7 Author: Vagrant Cascadian <[email protected]> AuthorDate: Thu Aug 20 10:25:57 2026 -0700 gnu: linux-libre 6.12: Update to 6.12.104. * gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.104. (linux-libre-6.12-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 9a8b78bdc4..995b9a5f8a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -584,7 +584,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.18))) -(define-public linux-libre-6.12-version "6.12.103") +(define-public linux-libre-6.12-version "6.12.104") (define-public linux-libre-6.12-gnu-revision "gnu") (define deblob-scripts-6.12 (linux-libre-deblob-scripts @@ -594,7 +594,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1x48hpmvajz7v5wn1vdd7l5r14mq4ngzh5npz3pj81z4f1g61i0a"))) (define-public linux-libre-6.12-pristine-source (let ((version linux-libre-6.12-version) - (hash (base32 "0xiizhw3kk2ggx9yymzmpj0q9ckday1492vqdrhsayw7x2nslhzi"))) + (hash (base32 "16drg5rvgbg4s24byj3wkq4ib5l6azmlxd5aqpq0rgb329m1d7cl"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.12)))
