guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit 0440098a8d65b5f3adf67dbcc60f1bfc47115b11 Author: Vagrant Cascadian <[email protected]> AuthorDate: Mon Aug 24 17:12:16 2026 -0700 gnu: linux-libre 6.1: Update to 6.1.184. * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.184. (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 f3858f801f..8688087e07 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -614,7 +614,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.183") +(define-public linux-libre-6.1-version "6.1.184") (define-public linux-libre-6.1-gnu-revision "gnu") (define deblob-scripts-6.1 (linux-libre-deblob-scripts @@ -624,7 +624,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 "1qn0zw987amv77h7pj9rkc852haw783fxvqscp71bi1q97z0fb9n"))) + (hash (base32 "1facdyxlvcmfkiman0jzq6nvjs81h51arzmyl1pqam30bc47c2cn"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.1)))
