guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit 2dbb9a88522754294665559229cdd4d02518eaf6 Author: Vagrant Cascadian <[email protected]> AuthorDate: Mon Jul 27 12:13:01 2026 -0700 gnu: linux-libre 5.15: Update to 5.15.212. * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.212. (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 4831d28d56..07dea9b7aa 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -643,7 +643,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.211") +(define-public linux-libre-5.15-version "5.15.212") (define-public linux-libre-5.15-gnu-revision "gnu") (define deblob-scripts-5.15 (linux-libre-deblob-scripts @@ -653,7 +653,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 "0qfry534wl5sbm6b4hf6fxqrr6mzf1k9pa2435sqp4hp6vjm9fdy"))) + (hash (base32 "1zk51f3pv7ghz68hxkxhds9cjwmk35651pxbyyvyqyhcr7msx5n3"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.15)))
