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.2.5.


From: guix-commits
Subject: 01/07: gnu: linux-libre: Update to 6.2.5.
Date: Tue, 14 Mar 2023 08:26:19 -0400 (EDT)

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

commit 20333016208753107c4a24d052fa670a3f1e1dcd
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Mar 11 12:57:08 2023 -0500

    gnu: linux-libre: Update to 6.2.5.
    
    * gnu/packages/linux.scm (linux-libre-6.2-version): Update to 6.2.5.
    (linux-libre-6.2-pristine-source, deblob-scripts-6.2): Update hashes.
---
 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 f33c98d591..566422dbe8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -482,17 +482,17 @@ 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.2-version "6.2.2")
+(define-public linux-libre-6.2-version "6.2.5")
 (define-public linux-libre-6.2-gnu-revision "gnu")
 (define deblob-scripts-6.2
   (linux-libre-deblob-scripts
    linux-libre-6.2-version
    linux-libre-6.2-gnu-revision
    (base32 "0psa6vqnq3iadjg76hl7aly7scm0ayimbjnzh4fdx78bjb9ypqw3")
-   (base32 "1x91kmprjgs3ypmvmjffm2f2sshj704znhjrdz1w0n4scy1fbl4b")))
+   (base32 "1gj9lsy4q4nf21b9q0y5jjsr0bq13glpngnd019897g11334qcwm")))
 (define-public linux-libre-6.2-pristine-source
   (let ((version linux-libre-6.2-version)
-        (hash (base32 "1c5zxkpahg92as14h8j2yilc4302w6g98zkjawsfh68fpfi5a9y1")))
+        (hash (base32 "1fg5rq40fi7xkx3pw54538gydygbizg492aqfnh0hn3fry903av5")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.2)))



reply via email to

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