gnu: linux-libre-6.8-gnu-revision: Update to 6.8.9.

* gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.9.
(linux-libre-6.8-pristine-source): Update hash.

Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: I4f8031b1db5e19e98e5f61377a45912f91d403f7
This commit is contained in:
Wilko Meyer 2024-05-02 21:31:11 +02:00 committed by Leo Famulari
parent dae5eecd47
commit c2fdac2262
No known key found for this signature in database
GPG key ID: 6AAC1963757F47FF

View file

@ -504,7 +504,7 @@ (define (%upstream-linux-source version hash)
;; The current "stable" kernels. That is, the most recently released major
;; versions that are still supported upstream.
(define-public linux-libre-6.8-version "6.8.8")
(define-public linux-libre-6.8-version "6.8.9")
(define-public linux-libre-6.8-gnu-revision "gnu")
(define deblob-scripts-6.8
(linux-libre-deblob-scripts
@ -514,7 +514,7 @@ (define deblob-scripts-6.8
(base32 "1x7lmy8lff4g4hm67c97797ws594xv5c6l2v5mahj4xh4pb3b8d6")))
(define-public linux-libre-6.8-pristine-source
(let ((version linux-libre-6.8-version)
(hash (base32 "1fiiyvwi6frn83z730w4mng2z4nwpspvhb6vjpxx3yk0snwxqk0w")))
(hash (base32 "1dn9bgmf03bdfbmgq98d043702g808rjikxs2i9yia57iqiz21gr")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.8)))