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

commit 6cdfd1dabab503f592bcc430660040e82a568ade
Author: Wilko Meyer <w...@wmeyer.eu>
AuthorDate: Fri Jul 26 00:05:45 2024 +0200

    gnu: linux-libre 6.10: Update to 6.10.1.
    
    * gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.1.
    (linux-libre-6.10-pristine-source, deblob-scripts-6.10): Update hashes.
    
    Change-Id: Ied6a1d545f73b491ed01865d5c4b8ff773a74a43
    Signed-off-by: Leo Famulari <l...@famulari.name>
---
 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 247314891a..03f3b0a071 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -511,17 +511,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the 
given DEBLOB-SCRIPTS."
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.10-version "6.10")
+(define-public linux-libre-6.10-version "6.10.1")
 (define-public linux-libre-6.10-gnu-revision "gnu")
 (define deblob-scripts-6.10
   (linux-libre-deblob-scripts
    linux-libre-6.10-version
    linux-libre-6.10-gnu-revision
-   (base32 "1q7w3jdd1hjb87h6713r8m8gq4xc81jnhxdrn1w8h2hh1vadvxix")
+   (base32 "1j43v1z4g1f681wvna2dh9vxaz0pgni0wchbh1xhyhhfcqbm1f47")
    (base32 "00bx8g1ijswi9zypmwqhxsk9fdkzmarxdbdx5h6gpn7z4d1qly3j")))
 (define-public linux-libre-6.10-pristine-source
   (let ((version linux-libre-6.10-version)
-        (hash (base32 "09p2z3z8c3aq6ipqdc58x6s52sy0cmyg6mj4f0g5yk755r19hikp")))
+        (hash (base32 "0szpkhrwfqwj068vz032daf3zycv5c93gjxiisjziifi3kyrs43h")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.10)))

Reply via email to