guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 1c306a26a0bde908b7c8f9cd426d9471ee2f3ee1
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Mon Aug 24 17:05:25 2026 -0700
gnu: linux-libre 6.18: Update to 6.18.46.
* gnu/packages/linux.scm (linux-libre-6.18-version): Update to 6.18.46.
(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 5fee9b099a..bc93005cd4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -569,7 +569,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
;; Here are the support timelines:
;; <https://www.kernel.org/category/releases.html>
-(define-public linux-libre-6.18-version "6.18.45")
+(define-public linux-libre-6.18-version "6.18.46")
(define-public linux-libre-6.18-gnu-revision "gnu")
(define deblob-scripts-6.18
(linux-libre-deblob-scripts
@@ -579,7 +579,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "0yk2c643d2gykwbl3cibgwr9aaqrfg9m3q9xgha98yy4vzcyqbhr")))
(define-public linux-libre-6.18-pristine-source
(let ((version linux-libre-6.18-version)
- (hash (base32 "0cxbvrb43mqxjmxyz2i7n5xghrk4gx7n24js2an199lwaxb4myih")))
+ (hash (base32 "186c850qncfvwqnvmllzkiqj6xfrh6h4nh65d4lwq0lbh29lpm7m")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.18)))