guix_mirror_bot pushed a commit to branch master in repository guix. commit f7a6108e5ef7f21e1c9ce923d969313793f392bf Author: Leo Famulari <l...@famulari.name> AuthorDate: Thu Jun 5 14:38:54 2025 -0400
gnu: linux-libre 5.10: Update to 5.10.238. * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.238. (linux-libre-5.10-pristine-source): Update hash. Change-Id: I3cdec1cc4a4cef8baaa0e5477b939d45692ad14c --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index ad0eceb25a..874a342537 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -593,7 +593,7 @@ 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.237") +(define-public linux-libre-5.10-version "5.10.238") (define-public linux-libre-5.10-gnu-revision "gnu1") (define deblob-scripts-5.10 (linux-libre-deblob-scripts @@ -603,7 +603,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "11liynz5vayms646gj0rjj8fmrqhv203mwsqs3sx9p8y84v50d4p"))) (define-public linux-libre-5.10-pristine-source (let ((version linux-libre-5.10-version) - (hash (base32 "098gvqfaahabqqz64m5fwri57drwiz3006pr805sxw74w0vjgj0z"))) + (hash (base32 "1dkblixa0as9h11m081dqq8vlz4dcjbzdz7phkz07p621na55j07"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.10)))