guix_mirror_bot pushed a commit to branch master
in repository guix.
commit e574b011b8be3342915e776e59cd74152ec0503d
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Thu Aug 20 10:32:39 2026 -0700
gnu: linux-libre 5.15: Update to 5.15.216.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.216.
(linux-libre-5.15-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 8688087e07..3c96d6e53b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -629,7 +629,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-6.1)))
-(define-public linux-libre-5.15-version "5.15.213")
+(define-public linux-libre-5.15-version "5.15.216")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
@@ -639,7 +639,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "1s6km2r2mad0wpf7nqn4rqsykw1lm386l1yskmil24239fbva1f1")))
(define-public linux-libre-5.15-pristine-source
(let ((version linux-libre-5.15-version)
- (hash (base32 "1n71f4im5jg836wk2g4llkxxvmdzbxj7172pxqcf9wrmhm5inwn4")))
+ (hash (base32 "1v854sl38sxsl9zwm9sy6l3hgq24356angizxi7g98xf0lhgpbq9")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))