guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit 740d3aae7c9a2ab89f4b6510189f7da383259e61 Author: Leo Famulari <l...@famulari.name> AuthorDate: Thu Jun 5 14:38:05 2025 -0400 gnu: linux-libre 6.6: Update to 6.6.93. * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.93. (linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes. Change-Id: Idb45379bcc84102aeb934022d9ef257464d70779 --- 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 244f889ae3..a15e526173 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -547,17 +547,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.92") +(define-public linux-libre-6.6-version "6.6.93") (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 "0qi8hhgl9sk0q56qxaiabwpsw5m3dnxf4sga0yj2lhbnapl60pjj"))) + (base32 "1zzpk2hpv76lylip4j7jkn0jqcjj15h3jff22x22i73mwz2kiqgk"))) (define-public linux-libre-6.6-pristine-source (let ((version linux-libre-6.6-version) - (hash (base32 "1v1pq9yzxrlaxx4y4cj5q3wska0jbv2inc7phqfw70fj88kai0hx"))) + (hash (base32 "06bpg5vvh165znzn01mqab2divrsbznxwc73y44z1s9mjqszyy8d"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.6)))