guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit d19ded8138df8163f8479b272f5b73d2aa26642b Author: Vagrant Cascadian <[email protected]> AuthorDate: Wed Sep 2 11:05:39 2026 -0700 gnu: linux-libre 5.15: Update to 5.15.220. * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.220. (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 77c1ae3794..e5d9a98da4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -686,7 +686,7 @@ GEXP)." (%upstream-linux-source version hash) deblob-scripts-6.1))) -(define-public linux-libre-5.15-version "5.15.217") +(define-public linux-libre-5.15-version "5.15.220") (define-public linux-libre-5.15-gnu-revision "gnu") (define deblob-scripts-5.15 (linux-libre-deblob-scripts @@ -696,7 +696,7 @@ GEXP)." (base32 "1s6km2r2mad0wpf7nqn4rqsykw1lm386l1yskmil24239fbva1f1"))) (define-public linux-libre-5.15-pristine-source (let ((version linux-libre-5.15-version) - (hash (base32 "1rd5ffv9j3d5g2iygapjgkmqpsqfq69xyig3jifmmr5x9wsgs873"))) + (hash (base32 "08v7mbwvfgy9vv60j2ssdks4ss218p27rkwwrmjch2hj0ljrkcmm"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.15)))
