guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit ad62d07db9c700c4b2ccf5e700279c350ff5f2ed Author: Vagrant Cascadian <[email protected]> AuthorDate: Mon Aug 24 17:14:40 2026 -0700 gnu: linux-libre 5.15: Update to 5.15.217. * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.217. (linux-libre-5.15-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 3c96d6e53b..f63e89a7f8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -629,7 +629,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.1))) -(define-public linux-libre-5.15-version "5.15.216") +(define-public linux-libre-5.15-version "5.15.217") (define-public linux-libre-5.15-gnu-revision "gnu") (define deblob-scripts-5.15 (linux-libre-deblob-scripts @@ -639,7 +639,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1s6km2r2mad0wpf7nqn4rqsykw1lm386l1yskmil24239fbva1f1"))) (define-public linux-libre-5.15-pristine-source (let ((version linux-libre-5.15-version) - (hash (base32 "1v854sl38sxsl9zwm9sy6l3hgq24356angizxi7g98xf0lhgpbq9"))) + (hash (base32 "1rd5ffv9j3d5g2iygapjgkmqpsqfq69xyig3jifmmr5x9wsgs873"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.15)))
