guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit f5b3527508a76b65bff3604920b103c437220255 Author: Wilko Meyer <[email protected]> AuthorDate: Wed Mar 4 15:12:31 2026 +0100 gnu: linux-libre 6.1: Update to 6.1.165. * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.165. (linux-libre-6.1-pristine-source): Update hash. Change-Id: I86cc731cffa03915073446ce1f5a4ff6c6b4477b Signed-off-by: Vagrant Cascadian <[email protected]> --- 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 838b3a6956..2280e91f57 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -594,7 +594,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.6))) -(define-public linux-libre-6.1-version "6.1.164") +(define-public linux-libre-6.1-version "6.1.165") (define-public linux-libre-6.1-gnu-revision "gnu") (define deblob-scripts-6.1 (linux-libre-deblob-scripts @@ -604,7 +604,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1jiwwl5sgpc16x0v6phbknv94mc46gvwgc2z8s4pdgn4j54yrd8v"))) (define-public linux-libre-6.1-pristine-source (let ((version linux-libre-6.1-version) - (hash (base32 "074xlcrx5lvbkbwgahfvjlvak0j1nig9azfxfdl64zxzgdzhigrk"))) + (hash (base32 "1x1fsaax7yd5p3vwcgp04hbcafmwfqiw1bz0qxsip45yy62730as"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.1)))
