diff options
| author | Leo Famulari <leo@famulari.name> | 2025-07-29 17:57:48 -0400 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2025-08-07 10:05:25 -0700 |
| commit | fc7f8f160e132cee406cb40e19da0d96f1cd3d78 (patch) | |
| tree | 7c66ca6720b15a183412f081c25c954778b3375b /gnu/packages/linux.scm | |
| parent | 370786e58bc0e029a80cda9bd1cbeac375a32ff4 (diff) | |
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>
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index f9e78bfc7e3..f7859cbba26 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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))) |
