From 6719e395128c61626125e4baf654f45f56b33c77 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Wed, 11 Jun 2025 18:29:27 -0400 Subject: [PATCH] gnu: linux-libre 6.12: Update to 6.12.33. * gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.33. (linux-libre-6.12-pristine-source, deblob-scripts-6.12): Update hashes. Change-Id: Ia207878fa082f264e0063e6c872dbb615fa2ba36 --- 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 59f4593fa2ee161b5dfa593a9b86136db6a32dc5..4cd0cb76cea95b3786a1848e303f37c99d325349 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -533,17 +533,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; Here are the support timelines: ;; -(define-public linux-libre-6.12-version "6.12.32") +(define-public linux-libre-6.12-version "6.12.33") (define-public linux-libre-6.12-gnu-revision "gnu") (define deblob-scripts-6.12 (linux-libre-deblob-scripts linux-libre-6.12-version linux-libre-6.12-gnu-revision (base32 "0y6i9ifax1a8bxih3rr9xzy3mj61ssgx9yfsy6fh94mni6wl51gp") - (base32 "00hyshh3yx59yv9wxiw2hnjlksr60w1hklbv0462wwi7gjlk72xd"))) + (base32 "12gg83y8h8saapac32l7xghjvyxvpl9yanin7fkahfyp96qrsfvp"))) (define-public linux-libre-6.12-pristine-source (let ((version linux-libre-6.12-version) - (hash (base32 "0w3a6k0cbdanknlha3qjyvvmhh3xks9d6xq1043laf3q2xr21c59"))) + (hash (base32 "0m52a9mnwc919fsyiyn1gafnrr2mz7w8s7v4n05s40r61xipb9f0"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.12)))