From 17085509bc6e7b26d8e18c8316baa2cb113ce765 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Mon, 30 Jun 2025 13:22:05 -0400 Subject: [PATCH] gnu: linux-libre 6.1: Update to 6.1.142. * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.142. (linux-libre-6.1-pristine-source): Update hash. Change-Id: I98c163fb5ba0742a3910afd8f7ea231a98b35eef --- 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 18f7445faca3bfeabe1fce73482a140962d07d3f..d9511db35c1d0c30a575153221c08b64bf961ec0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -563,7 +563,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.6))) -(define-public linux-libre-6.1-version "6.1.141") +(define-public linux-libre-6.1-version "6.1.142") (define-public linux-libre-6.1-gnu-revision "gnu") (define deblob-scripts-6.1 (linux-libre-deblob-scripts @@ -573,7 +573,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1hzjr44hy8px4n3x5my2syhd60chkfy79ajgzvlz04pc5yf6ihpi"))) (define-public linux-libre-6.1-pristine-source (let ((version linux-libre-6.1-version) - (hash (base32 "05n1561cbzaw9vcxp86bqzvhqz5wv7dajpy7cq34bw7myvx4ag5w"))) + (hash (base32 "1am31xw70sbxzdnvj70fx9l946nadcbrc7qk2yxxssy96nhnxlnw"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.1)))