diff options
author | Leo Famulari <leo@famulari.name> | 2025-05-22 12:56:10 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2025-05-27 09:48:18 -0400 |
commit | 14eb6b713f42ed1725563ab5658a7e4e4c536131 (patch) | |
tree | 5bc439e90bec1690f91dcfac70998626202d7fc1 | |
parent | bb162b94f2909b8be6ab716b17734a3b74cdbcc2 (diff) |
gnu: linux-libre 6.6: Update to 6.6.92.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.92.
(linux-libre-6.6-pristine-source): Update hash.
Change-Id: I6c730f2905fab8b9baf0785c29327331cd09f4da
-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 35897d41d3..7fad8ffb59 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.91") +(define-public linux-libre-6.6-version "6.6.92") (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 "0qi8hhgl9sk0q56qxaiabwpsw5m3dnxf4sga0yj2lhbnapl60pjj"))) (define-public linux-libre-6.6-pristine-source (let ((version linux-libre-6.6-version) - (hash (base32 "1x2lwaaqzlgszk41cy6k5j9dcbxxkca5xjaznb82r987ahbkv3fh"))) + (hash (base32 "1v1pq9yzxrlaxx4y4cj5q3wska0jbv2inc7phqfw70fj88kai0hx"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.6))) |