diff options
author | Leo Famulari <leo@famulari.name> | 2021-07-25 23:00:59 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-07-26 09:34:38 -0400 |
commit | 2c1382efd82d785f7dc22a7df9dbf35fc1cd0034 (patch) | |
tree | c925c4ea94e9c7bedd6600db818b0703dee55f48 /gnu/packages/linux.scm | |
parent | 766d13721f26eaab8b437f626d9714dc83c6f715 (diff) |
gnu: linux-libre 5.10: Update to 5.10.52.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.52.
(deblob-scripts-5.10, linux-libre-5.10-pristine-source): Update hashes.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 33b3e6a2db..ef3e72c818 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -385,15 +385,15 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; The "longterm" kernels — the older releases with long-term upstream support. ;; Here are the support timelines: ;; <https://www.kernel.org/category/releases.html> -(define-public linux-libre-5.10-version "5.10.50") +(define-public linux-libre-5.10-version "5.10.52") (define deblob-scripts-5.10 (linux-libre-deblob-scripts linux-libre-5.10-version (base32 "1rmnx1px4sizs2lq831yd2g9dyflg0vmykz3cv9443x2a2vwy81f") - (base32 "1fdvjhc048nk8v27bgir0fdjqm8hn4yfdgd3mdjird4ary80ywb2"))) + (base32 "19cgnr3sbk83bcnay9ba8azsy22idxdh40asv4zw6w371wcj98j3"))) (define-public linux-libre-5.10-pristine-source (let ((version linux-libre-5.10-version) - (hash (base32 "0dmlpy9k7am99495bxcm46i4y6g34d1fzdkzz3wgzb4mgmx35nlb"))) + (hash (base32 "0ydf09wsg0pkjm9dk8y730ksg15p5rlbhq445zx8k191zah5g7kn"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.10))) |