diff options
author | Leo Famulari <leo@famulari.name> | 2023-03-30 19:04:45 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-03-30 23:09:25 -0400 |
commit | efcaa0d7103c46e1c00a078e85c037e55c5fbb64 (patch) | |
tree | e1088bca19f5f37471b435546f0cd417a3135845 /gnu/packages/linux.scm | |
parent | cb0ae06d76ebb08e48c1a4f39e81f0be93013075 (diff) | |
download | guix-efcaa0d7103c46e1c00a078e85c037e55c5fbb64.tar.gz |
gnu: linux-libre: Update to 6.2.9.
* gnu/packages/linux.scm (linux-libre-6.2-version): Update to 6.2.9. (linux-libre-6.2-pristine-source): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 f5b90e5341..9662d59f9e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -483,7 +483,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; The current "stable" kernels. That is, the most recently released major ;; versions that are still supported upstream. -(define-public linux-libre-6.2-version "6.2.8") +(define-public linux-libre-6.2-version "6.2.9") (define-public linux-libre-6.2-gnu-revision "gnu") (define deblob-scripts-6.2 (linux-libre-deblob-scripts @@ -493,7 +493,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "0ir5vvbdh6dly5ld8mfp7285g8k88w5bb32hj4wmgyqsbfqc6rf2"))) (define-public linux-libre-6.2-pristine-source (let ((version linux-libre-6.2-version) - (hash (base32 "0rgn8k9rhk819bazcaz7fbk5ba1hph02izqrw06ag0rgsj3svl7y"))) + (hash (base32 "1xa3znandhyn1ygbfv4cl83mwn33hphj1jdc59s0wgy0ck0ljd4h"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.2))) |