lfam pushed a commit to branch master in repository guix. commit b232bdc768972290299f6fe67370e9918f637bbf Author: Leo Famulari <l...@famulari.name> AuthorDate: Tue Apr 29 12:20:31 2025 -0400
gnu: linux-libre 6.6: Update to 6.6.88. * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.88. (linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes. Change-Id: Iaac724e74a55fee25bdbebee30a14307985a9062 --- gnu/packages/linux.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 52402421d4..2304bfccf9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -562,17 +562,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.12))) -(define-public linux-libre-6.6-version "6.6.87") +(define-public linux-libre-6.6-version "6.6.88") (define-public linux-libre-6.6-gnu-revision "gnu") (define deblob-scripts-6.6 (linux-libre-deblob-scripts linux-libre-6.6-version linux-libre-6.6-gnu-revision - (base32 "10vhj2rj8mpfnxh4yarpvj79bnnb3yk70s8qjxhhzb9ln6slh8gy") - (base32 "12897yw71dz859nv13nzh6pp5j497l8ps0ddgpbbynm72bny1fy5"))) + (base32 "08cyffrw55h5canna6n9pv46rg6n79kzm5b7mvk4sqsvpsdljdj7") + (base32 "0xnhflca5rmxnxpywds6ixnipg2zsyb0wik3spir8j3cfjpqjw3b"))) (define-public linux-libre-6.6-pristine-source (let ((version linux-libre-6.6-version) - (hash (base32 "1iks6msk4cajyy0khyhrwsdl123hr81n67xzdnhlgg6dvb1famw9"))) + (hash (base32 "0l0697dcfdjkl80c7x1nfvw3n6390nnbznlpfbg51sgp7sv8kpqr"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.6)))