guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit a780ed055cd426fdb924ecdb4d75e377e533f22a Author: Leo Famulari <[email protected]> AuthorDate: Thu Sep 11 22:02:48 2025 -0400 gnu: linux-libre 5.10: Update to 5.10.244. * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.244. (linux-libre-5.10-pristine-source): Update hash. Change-Id: Ib0c82a5b62f48d7a805497d1b7bec12da9a14657 --- 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 602116ad3a..cac472d441 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -620,7 +620,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.242") +(define-public linux-libre-5.10-version "5.10.244") (define-public linux-libre-5.10-gnu-revision "gnu1") (define deblob-scripts-5.10 (linux-libre-deblob-scripts @@ -630,7 +630,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 "1kd9dgggk4p0kwd3il0xdsxa1qffcs6znk2k76d6rqkl640fffmw"))) + (hash (base32 "1h3dqaran5zrfgs0vybwq576yka8s9jirahiy3bb7hpm1763f2i1"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.10)))
