guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit bf73dfc3d6ab626d721f9e34d69594642783b570 Author: Leo Famulari <[email protected]> AuthorDate: Mon Dec 8 11:00:36 2025 -0500 gnu: linux-libre 5.10: Update to 5.10.247. * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.247. (linux-libre-5.10-pristine-source): Update hash. Change-Id: If0e5b3f44ba08dd25485538372090eb7febe77df --- 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 230a33a4d6..14f7e37ef1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -608,7 +608,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.246") +(define-public linux-libre-5.10-version "5.10.247") (define-public linux-libre-5.10-gnu-revision "gnu1") (define deblob-scripts-5.10 (linux-libre-deblob-scripts @@ -618,7 +618,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "0r1whrfhhhjyvppiidhihcvyzcab6dva6g9a4div8jkxm62s2cq3"))) (define-public linux-libre-5.10-pristine-source (let ((version linux-libre-5.10-version) - (hash (base32 "0xd8r8qqgxh3zhqkl4a5plmgsycxrffhpc9q2rwhkp6jd717cszb"))) + (hash (base32 "037yv5lryfanpfbk3z60yfsx14nskgf386b6cfkbzn7wl5xvij3h"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.10)))
