guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit 62780de18ff9f1f2e22514832ee23bfb2964b7e9 Author: Vagrant Cascadian <[email protected]> AuthorDate: Thu Aug 20 10:30:08 2026 -0700 gnu: linux-libre 6.1: Update to 6.1.183. * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.183. (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 c30e6ab9b4..92ce220d3b 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.180") +(define-public linux-libre-6.1-version "6.1.183") (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 "0spql1ybfr879wl35rfd2nwlzirvp5chi6gl1d6zqp5mb4bn03jg"))) + (hash (base32 "1qn0zw987amv77h7pj9rkc852haw783fxvqscp71bi1q97z0fb9n"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.1)))
