guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit 5ce1a543b376fc0c839cfc82d13941a8da8db041 Author: Vagrant Cascadian <[email protected]> AuthorDate: Mon Jul 27 12:14:37 2026 -0700 gnu: linux-libre 5.10: Update to 5.10.261. * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.261. (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 07dea9b7aa..1af91abef8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -658,7 +658,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.260") +(define-public linux-libre-5.10-version "5.10.261") (define-public linux-libre-5.10-gnu-revision "gnu1") (define deblob-scripts-5.10 (linux-libre-deblob-scripts @@ -668,7 +668,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 "113bka32apz5pfqjfnv97k9hf9arkn5asfcd6cw7snsh65qjka27"))) + (hash (base32 "1i6pzaib30r1nmyxsrhqmfsdxy1jvvlmzc9f8lxzv9a00q8a3751"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.10)))
