guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit 307731056642ee9667bb37ff33cdfcc2540f455f Author: Vagrant Cascadian <[email protected]> AuthorDate: Tue Dec 23 13:19:34 2025 -0800 gnu: linux-libre 6.18: Update to 6.18.2. * gnu/packages/linux.scm (linux-libre-6.18-version): Update to 6.18.2. (linux-libre-6.18-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 c680f2c2d6..fcc204b066 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -529,7 +529,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; The current "stable" kernels. That is, the most recently released major ;; versions that are still supported upstream. -(define-public linux-libre-6.18-version "6.18.1") +(define-public linux-libre-6.18-version "6.18.2") (define-public linux-libre-6.18-gnu-revision "gnu") (define deblob-scripts-6.18 (linux-libre-deblob-scripts @@ -539,7 +539,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "0nrnpqdvc1ff8w9gnjrgrm681ywq69cl7mlvdl8g5hjhr347782a"))) (define-public linux-libre-6.18-pristine-source (let ((version linux-libre-6.18-version) - (hash (base32 "1m955svk1sfmhpw5wpkhg1dpnxmwsnpdqnivmw8alaniy3rqp9yh"))) + (hash (base32 "0smrmbnlhfivw2kx689wd52aff80gf0gw9wqz4s2nja9nyx6p32m"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.18)))
