diff options
author | Leo Famulari <leo@famulari.name> | 2025-04-07 20:18:27 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2025-04-08 20:27:33 -0400 |
commit | 80364b5c6478bbf970f7a235302c86e887e8f6dd (patch) | |
tree | 5cce5cb25a3e863cdad125453d2262021d8d9315 | |
parent | 104c85fc1f947abeae031245132ba3739086d4aa (diff) | |
download | guix-80364b5c6478bbf970f7a235302c86e887e8f6dd.tar.gz guix-80364b5c6478bbf970f7a235302c86e887e8f6dd.zip |
gnu: linux-libre 6.6: Update to 6.6.86.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.86.
(linux-libre-6.6-pristine-source): Update hash.
Change-Id: Ic81199ffa3f4af39fbd790cce59210242997ed2d
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 60e0614fb7..4324b903c9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -547,7 +547,7 @@ 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.85") +(define-public linux-libre-6.6-version "6.6.86") (define-public linux-libre-6.6-gnu-revision "gnu") (define deblob-scripts-6.6 (linux-libre-deblob-scripts @@ -557,7 +557,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "12897yw71dz859nv13nzh6pp5j497l8ps0ddgpbbynm72bny1fy5"))) (define-public linux-libre-6.6-pristine-source (let ((version linux-libre-6.6-version) - (hash (base32 "0abmgc5rg7hx18ykwsl6xl72gzaf3wbn5bkvh4kcsa1lrbscrfjy"))) + (hash (base32 "0s1yy429g70iry559hsfv3plf787bik3kkd0mpx3a1z44dsavqs9"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.6))) |