guix_mirror_bot pushed a commit to branch kernel-updates
in repository guix.

commit abbf3bb98b31af335ce75bd0319649295adf2540
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Mon Aug 31 12:38:44 2026 -0700

    gnu: linux-libre 6.18: Update to 6.18.48.
    
    * gnu/packages/linux.scm (linux-libre-6.18-version): Update to 6.18.48.
    (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 b4dffd3d7e..fb2b95017d 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.48")
 (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 "137wqvcfl8drb4n51hqc2pw4kg0hl5j7fi8wdgy0hmsb1aqsvgay")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.18)))

Reply via email to