diff options
author | Leo Famulari <leo@famulari.name> | 2025-05-04 14:32:17 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2025-05-05 22:09:31 -0400 |
commit | 56027a40a196769edd64931be0ab9b1abd2c1697 (patch) | |
tree | 1f58221e83f449d3f92ed2fae58140e63abc2cc0 | |
parent | db481d83d14cfb1dd4d298d4289b299f988c6d10 (diff) | |
download | guix-56027a40a196769edd64931be0ab9b1abd2c1697.tar.gz guix-56027a40a196769edd64931be0ab9b1abd2c1697.zip |
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
-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 a9a9fbbbc0..f65c541906 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))) |