mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: linux-libre 5.16: Update to 5.16.9.
* gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.9. (linux-libre-5.16-pristine-source): Update hash.
This commit is contained in:
parent
e8af2ea63a
commit
b3671ef639
1 changed files with 2 additions and 2 deletions
|
@ -357,7 +357,7 @@ (define (%upstream-linux-source version hash)
|
|||
;; 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.8")
|
||||
(define-public linux-libre-5.16-version "5.16.9")
|
||||
(define-public linux-libre-5.16-gnu-revision "gnu")
|
||||
(define deblob-scripts-5.16
|
||||
(linux-libre-deblob-scripts
|
||||
|
@ -367,7 +367,7 @@ (define deblob-scripts-5.16
|
|||
(base32 "14vb7g784rm1s2a2dzs6pnz3998iwdjwx8665myddr7gd197rkaq")))
|
||||
(define-public linux-libre-5.16-pristine-source
|
||||
(let ((version linux-libre-5.16-version)
|
||||
(hash (base32 "05h3b11czr710lilmb5gq84a78cfz3jm03q2q0gcrpcaxq2mzajj")))
|
||||
(hash (base32 "0kvlidg7qgj49in9h92sw0dnnzyrvqax2fcpq63w36f2iqiffq0n")))
|
||||
(make-linux-libre-source version
|
||||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-5.16)))
|
||||
|
|
Loading…
Reference in a new issue