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

commit 18a3fe075a0cead2a2c968ca0bfa12c741757749
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Wed Sep 2 11:03:56 2026 -0700

    gnu: linux-libre 6.1: Update to 6.1.187.
    
    * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.187.
    (linux-libre-6.1-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 eaefd0166e..77c1ae3794 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -671,7 +671,7 @@ GEXP)."
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
 
-(define-public linux-libre-6.1-version "6.1.184")
+(define-public linux-libre-6.1-version "6.1.187")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -681,7 +681,7 @@ GEXP)."
    (base32 "1w5pfws6l39dpc3lzazs1n6r4m96f6rdf6vb2scy5fhmrd933ldc")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "1facdyxlvcmfkiman0jzq6nvjs81h51arzmyl1pqam30bc47c2cn")))
+        (hash (base32 "0av4fcw3hv4pfql85s2rirxj7hkdr2kdasj219kwl257xa57jvhv")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))

Reply via email to