guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: linux-libre: Update to 6.0.8.


From: guix-commits
Subject: 01/07: gnu: linux-libre: Update to 6.0.8.
Date: Fri, 11 Nov 2022 21:42:54 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit b3e15b5abcb84ea83fa7ac7ae070b0f5df5faefc
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Nov 11 17:03:54 2022 -0500

    gnu: linux-libre: Update to 6.0.8.
    
    * gnu/packages/linux.scm (linux-libre-6.0-version): Update to 6.0.8.
    (linux-libre-6.0-pristine-source): Update hash.
---
 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 2c06269504..c834d50e94 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -355,7 +355,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given 
DEBLOB-SCRIPTS."
 ;; The current "stable" kernels. That is, the most recently released major
 ;; versions that are still supported upstream.
 
-(define-public linux-libre-6.0-version "6.0.7")
+(define-public linux-libre-6.0-version "6.0.8")
 (define-public linux-libre-6.0-gnu-revision "gnu")
 (define deblob-scripts-6.0
   (linux-libre-deblob-scripts
@@ -365,7 +365,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given 
DEBLOB-SCRIPTS."
    (base32 "19phj22zsl2jz6j8byaaxs7a8n55mkaz7lfa5nfiv7ia2jrkvlj0")))
 (define-public linux-libre-6.0-pristine-source
   (let ((version linux-libre-6.0-version)
-        (hash (base32 "03srfv33r2vc48h051zicvn9hz78kc08vh7ljzlmcnk0g0mwrnk7")))
+        (hash (base32 "0mx2bxgnxm3vz688268939xw90jqci7xn992kfpny74mjqwzir0d")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.0)))



reply via email to

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