From 56027a40a196769edd64931be0ab9b1abd2c1697 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sun, 4 May 2025 14:32:17 -0400 Subject: [PATCH] gnu: linux-libre 5.10: Update to 5.10.237. * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.237. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes. Change-Id: I3e7ccf17f8e02670c8fa38a6857a5d26f019527b --- gnu/packages/linux.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index a9a9fbbbc0564d6a02af922dffb31fec32e8135b..f65c54190621165da8c04bad40a2eeea831d2582 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -607,17 +607,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.236") +(define-public linux-libre-5.10-version "5.10.237") (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 "1b33rkn32b923025iiz4xzxiy8y5ii9j5qk4021mg575890rl4ch") - (base32 "14jdl5rk3w7h97svl6j6ngbywj5qixmpv6ifhqkzjxpp07xngvs4"))) + (base32 "1lg0sxfjn0hpcdfyqy2r5kchnjfyyx2xraxhmjhwwkpiwl9ph501") + (base32 "11liynz5vayms646gj0rjj8fmrqhv203mwsqs3sx9p8y84v50d4p"))) (define-public linux-libre-5.10-pristine-source (let ((version linux-libre-5.10-version) - (hash (base32 "12gv03hbddwm4nl8xxdvdr983nbh2lzrl4jr9p5kmv9rgn7wr9bd"))) + (hash (base32 "098gvqfaahabqqz64m5fwri57drwiz3006pr805sxw74w0vjgj0z"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.10)))