guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit ab9e174f2313486938f921c5d96ebbb973a7ccd5 Author: Vagrant Cascadian <[email protected]> AuthorDate: Wed Sep 2 10:52:35 2026 -0700 gnu: linux-libre 6.18: Update to 6.18.49. * gnu/packages/linux.scm (linux-libre-6.18-version): Update to 6.18.49. (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 1c66848f2a..4522cf1fd8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -626,7 +626,7 @@ GEXP)." ;; Here are the support timelines: ;; <https://www.kernel.org/category/releases.html> -(define-public linux-libre-6.18-version "6.18.46") +(define-public linux-libre-6.18-version "6.18.49") (define-public linux-libre-6.18-gnu-revision "gnu") (define deblob-scripts-6.18 (linux-libre-deblob-scripts @@ -636,7 +636,7 @@ GEXP)." (base32 "0yk2c643d2gykwbl3cibgwr9aaqrfg9m3q9xgha98yy4vzcyqbhr"))) (define-public linux-libre-6.18-pristine-source (let ((version linux-libre-6.18-version) - (hash (base32 "186c850qncfvwqnvmllzkiqj6xfrh6h4nh65d4lwq0lbh29lpm7m"))) + (hash (base32 "14c1l9hbqcjlzfl7bssa43yqsg26sycp5plx4wfnzshz24rnz0mf"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.18)))
