gnu: linux-libre 5.10: Update to 5.10.240.

* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.240.
(linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.

Change-Id: I931063663c417372c00dad4dc2f133fb936bd0af
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
This commit is contained in:
Leo Famulari 2025-07-29 17:57:48 -04:00 committed by Vagrant Cascadian
parent 370786e58b
commit fc7f8f160e
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -608,17 +608,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-5.15)))
(define-public linux-libre-5.10-version "5.10.239")
(define-public linux-libre-5.10-version "5.10.240")
(define-public linux-libre-5.10-gnu-revision "gnu1")
(define deblob-scripts-5.10
(linux-libre-deblob-scripts
linux-libre-5.10-version
linux-libre-5.10-gnu-revision
(base32 "1lg0sxfjn0hpcdfyqy2r5kchnjfyyx2xraxhmjhwwkpiwl9ph501")
(base32 "11liynz5vayms646gj0rjj8fmrqhv203mwsqs3sx9p8y84v50d4p")))
(base32 "1wn9k4lbxcc9rzl1rqidlnb472wyayillrh57gyxnghi7j9ghqna")
(base32 "0r1whrfhhhjyvppiidhihcvyzcab6dva6g9a4div8jkxm62s2cq3")))
(define-public linux-libre-5.10-pristine-source
(let ((version linux-libre-5.10-version)
(hash (base32 "1nzhl1y6avfl77fyqwjwy3qc6679gp92k0d3aarscrdydcml5yid")))
(hash (base32 "04sdcf4aqsqchii38anzmk9f9x65wv8q1x3m9dandmi6fabw724d")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.10)))