diff options
author | Leo Famulari <leo@famulari.name> | 2025-07-16 10:46:06 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2025-07-29 17:33:26 -0400 |
commit | b94603cb04ebb2f5eca8d72ba65e0a03b5a9dfd4 (patch) | |
tree | 24c756b932c7270a596d5b31ccfe394cac0facd2 | |
parent | 4a2e94791405de6cf4bc559339f8f910b949d48e (diff) |
gnu: linux-libre 6.6: Update to 6.6.98.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.98.
(linux-libre-6.6-pristine-source): Update hash.
Change-Id: I370ff763fbf25c9a5cf1d6c754c7ee72b6bb15da
-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 bda85bafd9..5f5fdf1c96 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -564,7 +564,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.96") +(define-public linux-libre-6.6-version "6.6.98") (define-public linux-libre-6.6-gnu-revision "gnu") (define deblob-scripts-6.6 (linux-libre-deblob-scripts @@ -574,7 +574,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1zzpk2hpv76lylip4j7jkn0jqcjj15h3jff22x22i73mwz2kiqgk"))) (define-public linux-libre-6.6-pristine-source (let ((version linux-libre-6.6-version) - (hash (base32 "1p8v49w7z8w3wc68mbw46cz9xqrllc8cpa7nqlm2xnrssi1mir4y"))) + (hash (base32 "1raxyhvv0yay3k1izwcqdbq9322nflflfzcn9d1jrhmb032k8si9"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.6))) |