diff options
author | Leo Famulari <leo@famulari.name> | 2025-04-29 12:20:31 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2025-04-30 19:03:55 -0400 |
commit | b232bdc768972290299f6fe67370e9918f637bbf (patch) | |
tree | aa14f28e36df52befbc9855ba7a2fe9a440372b5 | |
parent | 5f1a8fda0d7408f64b95538cd84e6916d25c4161 (diff) | |
download | guix-b232bdc768972290299f6fe67370e9918f637bbf.tar.gz guix-b232bdc768972290299f6fe67370e9918f637bbf.zip |
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
-rw-r--r-- | gnu/packages/linux.scm | 8 |
1 files 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))) |