diff options
author | Leo Famulari <leo@famulari.name> | 2025-07-29 17:55:47 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2025-07-29 17:59:01 -0400 |
commit | 898bdf6f801b84517ebe751f299c7349c4a8dd40 (patch) | |
tree | b11cae853080494c899f0a143fcbbde876d687a7 | |
parent | 61c267dd25f7d47a9f8a2ac054f91ea07f567a43 (diff) |
gnu: linux-libre 6.6: Update to 6.6.100.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.100.
(linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes.
Change-Id: I71a248989b7bb1af1240dc6843711f784dcf679e
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index bf2ed705d4..69d773ee69 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -564,17 +564,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.98") +(define-public linux-libre-6.6-version "6.6.100") (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 "1fph0cf5vwkxcyz2cay4d70sqw1y02dx3shfclhp9y4nmkk169pq") - (base32 "1zzpk2hpv76lylip4j7jkn0jqcjj15h3jff22x22i73mwz2kiqgk"))) + (base32 "11i7pvm5n31rvp05msbm3ciclr84cz9c94f5r5aa6mmzhslwpbxk"))) (define-public linux-libre-6.6-pristine-source (let ((version linux-libre-6.6-version) - (hash (base32 "1raxyhvv0yay3k1izwcqdbq9322nflflfzcn9d1jrhmb032k8si9"))) + (hash (base32 "1flpvypy88rmp2sbz3z4fxlgdylm5lxb5832bgsi8j5iam6yrh6n"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.6))) |