guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit e8483ef81310f7d04442f5379172ddd4b6a80d6e Author: Vagrant Cascadian <[email protected]> AuthorDate: Mon Jul 27 12:10:02 2026 -0700 gnu: linux-libre 6.1: Update to 6.1.178. * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.178. (linux-libre-6.1-pristine-source): Update hash. --- 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 bf964158e2..4831d28d56 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -628,7 +628,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.177") +(define-public linux-libre-6.1-version "6.1.178") (define-public linux-libre-6.1-gnu-revision "gnu") (define deblob-scripts-6.1 (linux-libre-deblob-scripts @@ -638,7 +638,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1w5pfws6l39dpc3lzazs1n6r4m96f6rdf6vb2scy5fhmrd933ldc"))) (define-public linux-libre-6.1-pristine-source (let ((version linux-libre-6.1-version) - (hash (base32 "0c0ayz4nygcmz4865r7mcgmh7hic4fi7zysnj6vdlyj53bz9nlpn"))) + (hash (base32 "03vjdk7lk9zgydzamhwvrg066f8748vrfjggqqd2n0vmr9kzm0vx"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.1)))
