guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: linux-libre 6.8: Update to 6.8.2.


From: guix-commits
Subject: 01/08: gnu: linux-libre 6.8: Update to 6.8.2.
Date: Sat, 30 Mar 2024 16:19:32 -0400 (EDT)

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

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

    gnu: linux-libre 6.8: Update to 6.8.2.
    
    * gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.2.
    (linux-libre-6.8-pristine-source, deblob-scripts-6.8): Update hashes.
    
    Change-Id: Ia079f31d4b0b18d95ccd65ba08da735b986c473b
---
 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 f22463f34d..11bba0bf89 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -497,17 +497,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the 
given DEBLOB-SCRIPTS."
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.8-version "6.8.1")
+(define-public linux-libre-6.8-version "6.8.2")
 (define-public linux-libre-6.8-gnu-revision "gnu")
 (define deblob-scripts-6.8
   (linux-libre-deblob-scripts
    linux-libre-6.8-version
    linux-libre-6.8-gnu-revision
    (base32 "1kqwcm8baq3zx1z8jrgnvm9yps3y9jbf4pv1pbqqprpdscgl9089")
-   (base32 "04xk6myysrfrhfpq6zah8wk2ska7idmr968nh6pcd0ixbhas2k92")))
+   (base32 "1bh8mwwarzp5l9bwa6235qqqmm0i14wix6lfs6wi7nszia5k9j0a")))
 (define-public linux-libre-6.8-pristine-source
   (let ((version linux-libre-6.8-version)
-        (hash (base32 "0s7zgk9m545v8y7qjhv7cprrh58j46gpmb8iynyhy2hlwcv8j34d")))
+        (hash (base32 "013xs37cnan72baqvmn2qrcbs5bbcv1gaafrcx3a166gbgc25hws")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.8)))



reply via email to

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