guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit 8761aa645642eade9b6a4929b5dcf3ea89d37883 Author: Leo Famulari <[email protected]> AuthorDate: Fri Aug 15 15:03:02 2025 -0400 gnu: linux-libre 6.1: Update to 6.1.148. * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.148. (linux-libre-6.1-pristine-source): Update hash. Change-Id: I7b0e7e947eb105070c3cb2a2545f4b0dba3c42f7 --- 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 fd9d34ffa7..f64c1afb34 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -578,7 +578,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.6))) -(define-public linux-libre-6.1-version "6.1.147") +(define-public linux-libre-6.1-version "6.1.148") (define-public linux-libre-6.1-gnu-revision "gnu") (define deblob-scripts-6.1 (linux-libre-deblob-scripts @@ -588,7 +588,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "0f3jgbfd2j7sz7h1hb30s1r9147g1cbb3ia09k9834fvbiz1ihaa"))) (define-public linux-libre-6.1-pristine-source (let ((version linux-libre-6.1-version) - (hash (base32 "1xv6whvxjcdmvv0cil7nnac4hs2hxjnc98agx08xiqs179k2b3r1"))) + (hash (base32 "18c024bqqc3srzv2gva55p95yghjc6x3p3f54v3hziki4wx3v86r"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.1)))
