guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit 5df5df9f2add1346b9861f4c9b1915d87ad24f70 Author: Leo Famulari <[email protected]> AuthorDate: Tue Oct 7 20:16:27 2025 -0400 gnu: linux-libre 5.4: Update to 5.4.300. * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.300. (linux-libre-5.4-pristine-source): Update hash. Change-Id: I75ee2376a534b84103d3233c0c9b7b643c3f9e80 --- 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 2de9aff5e9..fcfd362c5a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -620,7 +620,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.10))) -(define-public linux-libre-5.4-version "5.4.299") +(define-public linux-libre-5.4-version "5.4.300") (define-public linux-libre-5.4-gnu-revision "gnu1") (define deblob-scripts-5.4 (linux-libre-deblob-scripts @@ -630,7 +630,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "0l7pwhgw9laxfypcpqlz411x3hybcw2269abh3lpcw96bgv5m1k2"))) (define-public linux-libre-5.4-pristine-source (let ((version linux-libre-5.4-version) - (hash (base32 "0bdzy3bpywm24nx73ah9smwmmlmyhvlf5xcp2kk1z54dxfp9bpl8"))) + (hash (base32 "0nl1l689d4jq2l39v816yy7z5lzc5dvv8aqn85xlv4najc022jcr"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.4)))
