guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit e07d736a942d38cbccc56382cb078cfdc8e07682 Author: Leo Famulari <[email protected]> AuthorDate: Tue Oct 7 20:16:10 2025 -0400 gnu: linux-libre 5.10: Update to 5.10.245. * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.245. (linux-libre-5.10-pristine-source): Update hash. Change-Id: I2f3060c8ec2964b2cd54c3824d620e927629d777 --- 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 cc57bb4f51..2de9aff5e9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -605,7 +605,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.244") +(define-public linux-libre-5.10-version "5.10.245") (define-public linux-libre-5.10-gnu-revision "gnu1") (define deblob-scripts-5.10 (linux-libre-deblob-scripts @@ -615,7 +615,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 "1h3dqaran5zrfgs0vybwq576yka8s9jirahiy3bb7hpm1763f2i1"))) + (hash (base32 "17wxs8i8vd5ivv99ra0sri3wmkw5c22wsaw8nf1xcvys2kmpa7hk"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.10)))
