guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: linux-libre 6.7: Update to 6.7.2.


From: guix-commits
Subject: 01/07: gnu: linux-libre 6.7: Update to 6.7.2.
Date: Sat, 27 Jan 2024 00:24:57 -0500 (EST)

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

commit 32ccc7d949977b74b324b2cf07bd4b22aeabf63c
Author: Wilko Meyer <w@wmeyer.eu>
AuthorDate: Fri Jan 26 16:37:28 2024 +0100

    gnu: linux-libre 6.7: Update to 6.7.2.
    
    * gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.2.
    (linux-libre-6.7-pristine-source, deblob-scripts-6.7): Update hashes.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
    Change-Id: I29c38851a87c8b3ab7f641c5bbca7e99ee96ff13
---
 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 88d36a1ca2..ffbe31c3b3 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -495,17 +495,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the 
given DEBLOB-SCRIPTS."
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.7-version "6.7.1")
+(define-public linux-libre-6.7-version "6.7.2")
 (define-public linux-libre-6.7-gnu-revision "gnu")
 (define deblob-scripts-6.7
   (linux-libre-deblob-scripts
    linux-libre-6.7-version
    linux-libre-6.7-gnu-revision
    (base32 "0hwashmml56r74kgjb637b3ln2d7f9vgfl18sxvczyl84xlbcncj")
-   (base32 "0pivh1hjc5ylgcyjx0z7x1dqax614pai502idzil98j35pwa24za")))
+   (base32 "1vb2pd0wdfl9p5qi8hj1i5xg1p4pyrp01iqhap9xbb2yai4l80j5")))
 (define-public linux-libre-6.7-pristine-source
   (let ((version linux-libre-6.7-version)
-        (hash (base32 "1hv8mma3i6zhjix5k2g12jmajqy29c1xjfjkllmj18l6irbgmkqy")))
+        (hash (base32 "0wd6pxh7wy9bzjzwd0rdsdnghpr53qbs722fhg07bi19m8dy8kf3")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.7)))



reply via email to

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