From 94eb1e73980c94e5e0ca451f4064da241fa595b5 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Mon, 7 Jul 2025 13:46:39 -0400 Subject: [PATCH] gnu: linux-libre 6.1: Update to 6.1.143. * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.143. (linux-libre-6.1-pristine-source): Update hash. Change-Id: Ibd17c3202a1a635f1016d90772cfa2c45a06b60a --- 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 8b642475e7..074812a8dc 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -578,7 +578,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.142") +(define-public linux-libre-6.1-version "6.1.143") (define-public linux-libre-6.1-gnu-revision "gnu") (define deblob-scripts-6.1 (linux-libre-deblob-scripts @@ -588,7 +588,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 "1am31xw70sbxzdnvj70fx9l946nadcbrc7qk2yxxssy96nhnxlnw"))) + (hash (base32 "02ivq22hv42bcnssfpkkbqlhz1by9jrfrqlrz1wi0svysz2dlnz2"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.1)))