guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit de1622607f367562c7e59034adb3e37601776b94 Author: Vagrant Cascadian <[email protected]> AuthorDate: Mon Aug 31 12:28:30 2026 -0700 gnu: linux-libre 6.1: Update to 6.1.186. * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.186. (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 59fd25d820..46ee1b9fff 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -671,7 +671,7 @@ GEXP)." (%upstream-linux-source version hash) deblob-scripts-6.6))) -(define-public linux-libre-6.1-version "6.1.184") +(define-public linux-libre-6.1-version "6.1.186") (define-public linux-libre-6.1-gnu-revision "gnu") (define deblob-scripts-6.1 (linux-libre-deblob-scripts @@ -681,7 +681,7 @@ GEXP)." (base32 "1w5pfws6l39dpc3lzazs1n6r4m96f6rdf6vb2scy5fhmrd933ldc"))) (define-public linux-libre-6.1-pristine-source (let ((version linux-libre-6.1-version) - (hash (base32 "1facdyxlvcmfkiman0jzq6nvjs81h51arzmyl1pqam30bc47c2cn"))) + (hash (base32 "0vi3yqvass80jgjw2yc2iz7p4wfqlih2gvjhzxd20j14pwmw7vgf"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.1)))
