diff options
author | Leo Famulari <leo@famulari.name> | 2022-07-08 00:14:50 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-07-08 11:50:28 -0400 |
commit | e554c67e0ec9d0b6dfedfbd748da319ab62425ad (patch) | |
tree | 472d89ecb6f63fec5e1c69fcb5d31ff8d0f84a34 /gnu/packages/linux.scm | |
parent | e07fa9b04009f0b239931674e1a48536a52e3276 (diff) | |
download | guix-e554c67e0ec9d0b6dfedfbd748da319ab62425ad.tar.gz |
gnu: linux-libre 5.18: Update to 5.18.10.
* gnu/packages/linux.scm (linux-libre-5.18-version): Update to 5.18.10. (linux-libre-5.18-pristine-source): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index c530425bf4..6c6ba01c55 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -352,7 +352,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; The current "stable" kernels. That is, the most recently released major ;; versions that are still supported upstream. -(define-public linux-libre-5.18-version "5.18.9") +(define-public linux-libre-5.18-version "5.18.10") (define-public linux-libre-5.18-gnu-revision "gnu") (define deblob-scripts-5.18 (linux-libre-deblob-scripts @@ -362,7 +362,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "0vjpn8iw9yg39sr6jfhzyvivf159h9zfgnjamwa283zfll0h0a53"))) (define-public linux-libre-5.18-pristine-source (let ((version linux-libre-5.18-version) - (hash (base32 "0g69ylrdb3khjnnz3v4m6xng49fzjlnvxfaqq77krznwrrpy50iq"))) + (hash (base32 "1qyyfdfp8qn8a6brgly0h72jvz9s0wp2pjyrcpknzvmqvc0kv7pr"))) (make-linux-libre-source version (%upstream-linux-source version hash) |