guix_mirror_bot pushed a commit to branch master
in repository guix.
commit fb47ec9506e0ef3e08b75ba6f819e6c8b395204f
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Thu Aug 20 10:22:37 2026 -0700
gnu: linux-libre 6.6: Update to 6.6.152.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.152.
(linux-libre-6.6-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 b1c7f0dc4b..cd2c51c922 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -599,7 +599,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-6.12)))
-(define-public linux-libre-6.6-version "6.6.151")
+(define-public linux-libre-6.6-version "6.6.152")
(define-public linux-libre-6.6-gnu-revision "gnu")
(define deblob-scripts-6.6
(linux-libre-deblob-scripts
@@ -609,7 +609,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "1h0qybxvk1f2vvbajivxcyqha49zfh1as5053ww36klllyml3cpn")))
(define-public linux-libre-6.6-pristine-source
(let ((version linux-libre-6.6-version)
- (hash (base32 "1xv9k5r0rm3gda5hzw7i6rjrpwnhlryzk9j1xfy70as1ffpfa0fy")))
+ (hash (base32 "1mkhvln2x9npklg1b9b2gkavxcjmj9826sq0fh5rv16scf60b2vp")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.6)))