guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/08: gnu: linux-libre 6.6: Update to 6.6.23.


From: guix-commits
Subject: 03/08: gnu: linux-libre 6.6: Update to 6.6.23.
Date: Sat, 30 Mar 2024 16:19:33 -0400 (EDT)

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

commit d318636b48e04387253b4e9a29bf683033e5c526
Author: Wilko Meyer <w@wmeyer.eu>
AuthorDate: Wed Mar 27 13:38:35 2024 +0100

    gnu: linux-libre 6.6: Update to 6.6.23.
    
    * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.23.
    (linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes.
    
    Change-Id: I6cad5af75c5d365e0cf7b0be7d3511748f2d230f
---
 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 6fa1e80236..fa48669744 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -536,17 +536,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the 
given DEBLOB-SCRIPTS."
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
 
-(define-public linux-libre-6.6-version "6.6.22")
+(define-public linux-libre-6.6-version "6.6.23")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
    linux-libre-6.6-version
    linux-libre-6.6-gnu-revision
    (base32 "1qm8f3fq4yx59f7b6yky5ryyf229ypxnry922sr8cy0s7mp62cmv")
-   (base32 "014w19b9igdy3rpwrqn21why151zlc9hdx2b1qvdkjsbz6smx3lp")))
+   (base32 "17hq5pirvxaq1yscb204950xlakrd4r4mknjqayh1rzj4rzngzyq")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "1x52c6ywmspp3naishzsknhy7i0b7mv9baxx25a0y987cjsygqr3")))
+        (hash (base32 "1fd824ia3ngy65c5qaaln7m66ca4p80bwlnvvk76pw4yrccx23r0")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]