guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit ce3ff897aa0995b7eafcf3a0a3b88e2239cd57cb Author: Leo Famulari <[email protected]> AuthorDate: Tue Jul 29 17:57:48 2025 -0400 gnu: linux-libre 5.10: Update to 5.10.240. * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.240. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes. Change-Id: I931063663c417372c00dad4dc2f133fb936bd0af --- gnu/packages/linux.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 979ed29fcc..ac8a3be173 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -609,17 +609,17 @@ 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.239") +(define-public linux-libre-5.10-version "5.10.240") (define-public linux-libre-5.10-gnu-revision "gnu1") (define deblob-scripts-5.10 (linux-libre-deblob-scripts linux-libre-5.10-version linux-libre-5.10-gnu-revision - (base32 "1lg0sxfjn0hpcdfyqy2r5kchnjfyyx2xraxhmjhwwkpiwl9ph501") - (base32 "11liynz5vayms646gj0rjj8fmrqhv203mwsqs3sx9p8y84v50d4p"))) + (base32 "1wn9k4lbxcc9rzl1rqidlnb472wyayillrh57gyxnghi7j9ghqna") + (base32 "0r1whrfhhhjyvppiidhihcvyzcab6dva6g9a4div8jkxm62s2cq3"))) (define-public linux-libre-5.10-pristine-source (let ((version linux-libre-5.10-version) - (hash (base32 "1nzhl1y6avfl77fyqwjwy3qc6679gp92k0d3aarscrdydcml5yid"))) + (hash (base32 "04sdcf4aqsqchii38anzmk9f9x65wv8q1x3m9dandmi6fabw724d"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.10)))
