diff options
author | Leo Famulari <leo@famulari.name> | 2022-05-09 21:55:52 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-05-11 20:29:49 -0400 |
commit | f8057fdb7ef3ffcf0f9e27c099ad396846e7339a (patch) | |
tree | d34f332142cb7920bf735ff3e84e10460ffe069d /gnu/packages | |
parent | 96795f6be37381fa5d062d4f8c56626175ac62b7 (diff) | |
download | guix-f8057fdb7ef3ffcf0f9e27c099ad396846e7339a.tar.gz |
gnu: linux-libre 5.15: Update to 5.15.38.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.38. (linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
Diffstat (limited to 'gnu/packages')
-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 ffcf7e7e6a..5d94d3890e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -379,17 +379,17 @@ 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.15-version "5.15.37") +(define-public linux-libre-5.15-version "5.15.38") (define-public linux-libre-5.15-gnu-revision "gnu") (define deblob-scripts-5.15 (linux-libre-deblob-scripts linux-libre-5.15-version linux-libre-5.15-gnu-revision (base32 "1n57mz5agvf1d0ggbg080d7hvx8p9y0iqxkq4ypg10a7n96zy7y5") - (base32 "1s2s1sjdhblaz80shq1jgp4kp9vi7j1bsh4vvsk28s5m6xwf6yvl"))) + (base32 "0gs92qbpvirwd02rpwwnja7771z2azbiy9ppy9ynpr14lxmzxnnh"))) (define-public linux-libre-5.15-pristine-source (let ((version linux-libre-5.15-version) - (hash (base32 "09n0l9ly111r6jbpgz1kw2q4n4mmcv5jxfhs5bcsiyjp44d0kgqq"))) + (hash (base32 "0lhhl766mrl2mbbvn7gkajfzja4v1f96xm9qq3z8pf4h1515shby"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.15))) |