From 7b3df292d7dc425d3bfa01532210f54c2393e689 Mon Sep 17 00:00:00 2001 From: Dariqq Date: Tue, 24 Jun 2025 19:47:50 +0000 Subject: [PATCH] gnu: linux-libre-6.12: Update to 6.12.34. * gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.34. (linux-libre-6.12-pristine-source): Update hash. Change-Id: I44f1fc080e8625ecc7a74c141909bfdfecec4cfd Signed-off-by: Leo Famulari --- 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 c9fe2c6a744bd6e2c64f93acd8b377467ea456e2..e527282a2111e7ca59583eba41b7270d99f5843b 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: ;; -(define-public linux-libre-6.12-version "6.12.33") +(define-public linux-libre-6.12-version "6.12.34") (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 "12gg83y8h8saapac32l7xghjvyxvpl9yanin7fkahfyp96qrsfvp"))) (define-public linux-libre-6.12-pristine-source (let ((version linux-libre-6.12-version) - (hash (base32 "0m52a9mnwc919fsyiyn1gafnrr2mz7w8s7v4n05s40r61xipb9f0"))) + (hash (base32 "0kf2f3r96npzs01kdq3q2ag7zg8l3avfyqwv5qbs9v373wwgxwx7"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.12)))