guix_mirror_bot pushed a commit to branch master
in repository guix.
commit da2c80ead4c943bbd46ff1871a277f266ebb8f00
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Fri Jun 19 16:36:23 2026 -0700
gnu: linux-libre 6.18: Update to 6.18.36.
* gnu/packages/linux.scm (linux-libre-6.18-version): Update to 6.18.36.
(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 a90326b5a9..65769d7214 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -562,7 +562,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-6.19)))
-(define-public linux-libre-6.18-version "6.18.35")
+(define-public linux-libre-6.18-version "6.18.36")
(define-public linux-libre-6.18-gnu-revision "gnu")
(define deblob-scripts-6.18
(linux-libre-deblob-scripts
@@ -572,7 +572,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "0qlih8w8wg4v5cwbmd34rbhb6mjgbx69i9rx3s2vxw7h42q9l0ai")))
(define-public linux-libre-6.18-pristine-source
(let ((version linux-libre-6.18-version)
- (hash (base32 "0dpjprjzc4w44kw49jcgx1ffrm6gxn2gsnsz3hhmw4hr4a9h51pp")))
+ (hash (base32 "0kn4r43lnd5nb5c298b30030qyaxv05s7k40n9si1j3iyk4qdazv")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.18)))