guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit e615702d58f446480d3b17281a742d370b3bb6e5 Author: Vagrant Cascadian <[email protected]> AuthorDate: Mon May 25 23:36:55 2026 -0700 gnu: linux-libre 5.10: Update to 5.10.257. * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.257. (linux-libre-5.10-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 a14956566b..e899a1c9b1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -642,7 +642,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.15))) -(define-public linux-libre-5.10-version "5.10.255") +(define-public linux-libre-5.10-version "5.10.257") (define-public linux-libre-5.10-gnu-revision "gnu1") (define deblob-scripts-5.10 (linux-libre-deblob-scripts @@ -652,7 +652,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1hgza8fsps7bkjf4i0f2xgvrh1r183z3i6lxrr2nr8qbi5d13qs7"))) (define-public linux-libre-5.10-pristine-source (let ((version linux-libre-5.10-version) - (hash (base32 "19v6g2fq4nqv38irlcd9x14s6d398c56mxzpyc03q4xmpy3v6mir"))) + (hash (base32 "1lghcrxc1fqarvym03jrcda2a3labc887ci9yjqgbmv3nphzvc88"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.10)))
