guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit a2c4db4944581257dab543a457d6db5e146f807a Author: Vagrant Cascadian <[email protected]> AuthorDate: Mon May 25 23:33:50 2026 -0700 gnu: linux-libre 6.1: Update to 6.1.174. * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.174. (linux-libre-6.1-pristine-source): Update hash. --- 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 03995ce71e..6993d2d529 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -612,7 +612,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.172") +(define-public linux-libre-6.1-version "6.1.174") (define-public linux-libre-6.1-gnu-revision "gnu") (define deblob-scripts-6.1 (linux-libre-deblob-scripts @@ -622,7 +622,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1w5pfws6l39dpc3lzazs1n6r4m96f6rdf6vb2scy5fhmrd933ldc"))) (define-public linux-libre-6.1-pristine-source (let ((version linux-libre-6.1-version) - (hash (base32 "16dlfdzjcsc21m5sfbhamg8y3ay54rz8a0qqvqrmxq691mhjwrzi"))) + (hash (base32 "0vp07x4v82qnmc1pifv3ynp2ab5mvlbfnpqvs5893bi3yrnk927d"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.1)))
