guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: linux-libre 6.8: Update to 6.8.7.


From: guix-commits
Subject: 01/04: gnu: linux-libre 6.8: Update to 6.8.7.
Date: Thu, 18 Apr 2024 15:37:44 -0400 (EDT)

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

commit 4fc47b1e2833f1057dea7390831dad477069bd8d
Author: Wilko Meyer <w@wmeyer.eu>
AuthorDate: Thu Apr 18 10:27:17 2024 +0200

    gnu: linux-libre 6.8: Update to 6.8.7.
    
    * gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.7.
    (linux-libre-6.8-pristine-source): Update hashes.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
    Change-Id: I8b04b4af1bc62d336366b8f0e7281c9249fc6d7d
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9c819838bd..6266a81c17 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -502,7 +502,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given 
DEBLOB-SCRIPTS."
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.8-version "6.8.6")
+(define-public linux-libre-6.8-version "6.8.7")
 (define-public linux-libre-6.8-gnu-revision "gnu")
 (define deblob-scripts-6.8
   (linux-libre-deblob-scripts
@@ -512,7 +512,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given 
DEBLOB-SCRIPTS."
    (base32 "1x7lmy8lff4g4hm67c97797ws594xv5c6l2v5mahj4xh4pb3b8d6")))
 (define-public linux-libre-6.8-pristine-source
   (let ((version linux-libre-6.8-version)
-        (hash (base32 "158rb8x4qaig8ywbr6n2jnqpl9wgqha4ghs3y3mlbaq3sqr34wly")))
+        (hash (base32 "1bigq9my88d9xh647hgsy8gzval7p06hhacpxaqb71sfmwgil799")))
    (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]