guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit da14dd6904b0b03ceb1d63a2de1fcebd11736404 Author: Vagrant Cascadian <[email protected]> AuthorDate: Mon May 25 23:35:09 2026 -0700 gnu: linux-libre 5.15: Update to 5.15.208. * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.208. (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 6993d2d529..a14956566b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -627,7 +627,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.206") +(define-public linux-libre-5.15-version "5.15.208") (define-public linux-libre-5.15-gnu-revision "gnu") (define deblob-scripts-5.15 (linux-libre-deblob-scripts @@ -637,7 +637,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 "07z6lla7xpnn4sn3l4zw3x7m8ih8w6h54k71qrxrf5zv9i7wxijz"))) + (hash (base32 "0wmi50q8vgblhbh77d1a4sw4snymr6srqd22bxcjg9i7wcv70gdm"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.15)))
