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

commit a7576ac2fd171303ffb473d213ee2f3c1d3a9f6c
Author: Leo Famulari <[email protected]>
AuthorDate: Sun Feb 2 17:21:59 2025 -0500

    gnu: linux-libre: Update to 6.12.12.
    
    * gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.12.
    (linux-libre-6.12-pristine-source): Update hash.
    
    Change-Id: I88fe45f71455e08e100bfe800ec415f2e6566616
---
 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 a3d02cf025..8e6cd65f86 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -513,7 +513,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.12-version "6.12.11")
+(define-public linux-libre-6.12-version "6.12.12")
 (define-public linux-libre-6.12-gnu-revision "gnu")
 (define deblob-scripts-6.12
   (linux-libre-deblob-scripts
@@ -523,7 +523,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given 
DEBLOB-SCRIPTS."
    (base32 "0jwnb1pd8ayfkck3sw3jjlsg7gayig0ymiay53mg7qchhycih8xs")))
 (define-public linux-libre-6.12-pristine-source
   (let ((version linux-libre-6.12-version)
-        (hash (base32 "0jgczvy1kr55s4bs8n2vmxnxnfvp5rkm4yd54gqm78c7ppyp4la7")))
+        (hash (base32 "1zwfw3lci3ihandx2cpq3h12x7l94jzr4xkd5lzkn1ppgv8l52g9")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.12)))

Reply via email to