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

commit c8dab20d4871d9acc88848491016fbea3b108c86
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Tue Jan 13 14:52:36 2026 -0800

    gnu: linux-libre 6.1: Update to 6.1.161.
    
    * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.121.
    (deblob-scripts-6.1): Update hash.  (linux-libre-6.1-pristine-source): 
Update
    hash.
    
    Change-Id: I639c55fe8fcad714ecf5c750fb96c90650e12e8e
    Signed-off-by: Vagrant Cascadian <[email protected]>
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f17ee7ab0d..bbec98c4a1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -578,17 +578,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the 
given DEBLOB-SCRIPTS."
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
 
-(define-public linux-libre-6.1-version "6.1.159")
+(define-public linux-libre-6.1-version "6.1.161")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
    linux-libre-6.1-version
    linux-libre-6.1-gnu-revision
    (base32 "10gcbkd5jxfspa712kvb3qmsjgsapd9cz47pmpfk03bbfzf8ydlv")
-   (base32 "0f3jgbfd2j7sz7h1hb30s1r9147g1cbb3ia09k9834fvbiz1ihaa")))
+   (base32 "1jiwwl5sgpc16x0v6phbknv94mc46gvwgc2z8s4pdgn4j54yrd8v")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "17ib6ila2s8rclqpfxlkk1g72azj2r46k2x1q3n2j24qjfz7w80z")))
+        (hash (base32 "0aasgrq6mv5nj7b8ashzx0pxlaah5y0f3sq7d8w00di2lyync5ml")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))

Reply via email to