guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit 1964bce96cfe99ce177953d1c619fd6a8cad6261 Author: Leo Famulari <[email protected]> AuthorDate: Mon Dec 8 10:59:15 2025 -0500 gnu: linux-libre 6.6: Update to 6.6.119. * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.119. (linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes. Change-Id: I6c0b0192bec6193fc9e01d776b3ea24517cab709 --- gnu/packages/linux.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 5320f22272..886348a71c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -563,17 +563,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.12))) -(define-public linux-libre-6.6-version "6.6.118") +(define-public linux-libre-6.6-version "6.6.119") (define-public linux-libre-6.6-gnu-revision "gnu") (define deblob-scripts-6.6 (linux-libre-deblob-scripts linux-libre-6.6-version linux-libre-6.6-gnu-revision - (base32 "1fph0cf5vwkxcyz2cay4d70sqw1y02dx3shfclhp9y4nmkk169pq") + (base32 "0y3lawljby2rl0mb0yjdyaasci4pl935y8xa0dnmbzff23knkxlw") (base32 "11i7pvm5n31rvp05msbm3ciclr84cz9c94f5r5aa6mmzhslwpbxk"))) (define-public linux-libre-6.6-pristine-source (let ((version linux-libre-6.6-version) - (hash (base32 "0zdifhri9flxa99hzrk9bz8yqi8h1v6zpsvldz9cibvlakixrpab"))) + (hash (base32 "1s75ad95g4y80idadzqmj9kj4rb3dhnvny9lg4lcq15l1fc9p81x"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.6)))
