guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit 746147bdd736b8b84d6968291aa5388238769ef9 Author: Vagrant Cascadian <[email protected]> AuthorDate: Mon Aug 31 12:22:53 2026 -0700 gnu: linux-libre 7.1: Update to 7.1.12. * gnu/packages/linux.scm (linux-libre-7.1-version): Update to 7.1.12. (linux-libre-7.1-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 0f7d9f86e9..b4dffd3d7e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -607,7 +607,7 @@ GEXP)." (%upstream-linux-source version hash) deblob-scripts-7.2))) -(define-public linux-libre-7.1-version "7.1.10") +(define-public linux-libre-7.1-version "7.1.12") (define-public linux-libre-7.1-gnu-revision "gnu") (define deblob-scripts-7.1 (linux-libre-deblob-scripts @@ -617,7 +617,7 @@ GEXP)." (base32 "0ab66phhdwhhhvhywiylhlsmqvw8ny4xyi7ap7xzzkqc7im8w1j9"))) (define-public linux-libre-7.1-pristine-source (let ((version linux-libre-7.1-version) - (hash (base32 "16crmblk96nwjzpbb22fpcj0r4ky63f1njvliv4vxwq2g9lz9lk7"))) + (hash (base32 "1qaskd7g2pzh32lvfb18qh29hfy3mh2flglh1d9cvr17xnrid5rq"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-7.1)))
