guix_mirror_bot pushed a commit to branch master in repository guix. commit a7b586baa0e1cc8b4e41bff75183ebc02ea5e4c9 Author: Leo Famulari <l...@famulari.name> AuthorDate: Thu Jun 5 14:37:50 2025 -0400
gnu: linux-libre 6.12: Update to 6.12.32. * gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.32. (linux-libre-6.12-pristine-source): Update hash. Change-Id: I8c6bc1ceb30e2fd44adbeef5a58cc403c1e672c7 --- 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 3b9289e26c..344ab97661 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -533,7 +533,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; Here are the support timelines: ;; <https://www.kernel.org/category/releases.html> -(define-public linux-libre-6.12-version "6.12.31") +(define-public linux-libre-6.12-version "6.12.32") (define-public linux-libre-6.12-gnu-revision "gnu") (define deblob-scripts-6.12 (linux-libre-deblob-scripts @@ -543,7 +543,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "00hyshh3yx59yv9wxiw2hnjlksr60w1hklbv0462wwi7gjlk72xd"))) (define-public linux-libre-6.12-pristine-source (let ((version linux-libre-6.12-version) - (hash (base32 "19sba8zak31gn89pzfa3kb9rv7y9z8kybvyikigamq7nblz5nk5h"))) + (hash (base32 "0w3a6k0cbdanknlha3qjyvvmhh3xks9d6xq1043laf3q2xr21c59"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.12)))