diff options
author | Leo Famulari <leo@famulari.name> | 2022-02-02 12:16:45 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-02-02 13:49:44 -0500 |
commit | 34de7f0d950eb096c2860d79960360a54c47105e (patch) | |
tree | 92a6efc65188b0f14fa291d0aec62b0dd6f864b3 /gnu | |
parent | 6be1d5565c051521ad0a95d3ad4594146768d723 (diff) | |
download | guix-34de7f0d950eb096c2860d79960360a54c47105e.tar.gz |
gnu: linux-libre 5.16: Update to 5.16.5.
* gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.5. (linux-libre-5.16-pristine-source): Update hash.
Diffstat (limited to 'gnu')
-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 2760cf46c7..975b27cd48 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -357,7 +357,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.16-version "5.16.4") +(define-public linux-libre-5.16-version "5.16.5") (define-public linux-libre-5.16-gnu-revision "gnu") (define deblob-scripts-5.16 (linux-libre-deblob-scripts @@ -367,7 +367,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "14vb7g784rm1s2a2dzs6pnz3998iwdjwx8665myddr7gd197rkaq"))) (define-public linux-libre-5.16-pristine-source (let ((version linux-libre-5.16-version) - (hash (base32 "1gsh7gj5k6kqf5sf26b26rr0idgxdw4xxcba2qaajddyp502mqrb"))) + (hash (base32 "1ay7y7c2bdgvqd7hw8l9jxzx9m2rd5drdakjqnblz4w9sbcyvbpc"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.16))) |