mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 11:54:33 -05:00
gnu: linux-libre-6.8-gnu-revision: Update to 6.8.9.
* gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.9. (linux-libre-6.8-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I4f8031b1db5e19e98e5f61377a45912f91d403f7
This commit is contained in:
parent
dae5eecd47
commit
c2fdac2262
1 changed files with 2 additions and 2 deletions
|
@ -504,7 +504,7 @@ (define (%upstream-linux-source version hash)
|
||||||
;; The current "stable" kernels. That is, the most recently released major
|
;; The current "stable" kernels. That is, the most recently released major
|
||||||
;; versions that are still supported upstream.
|
;; versions that are still supported upstream.
|
||||||
|
|
||||||
(define-public linux-libre-6.8-version "6.8.8")
|
(define-public linux-libre-6.8-version "6.8.9")
|
||||||
(define-public linux-libre-6.8-gnu-revision "gnu")
|
(define-public linux-libre-6.8-gnu-revision "gnu")
|
||||||
(define deblob-scripts-6.8
|
(define deblob-scripts-6.8
|
||||||
(linux-libre-deblob-scripts
|
(linux-libre-deblob-scripts
|
||||||
|
@ -514,7 +514,7 @@ (define deblob-scripts-6.8
|
||||||
(base32 "1x7lmy8lff4g4hm67c97797ws594xv5c6l2v5mahj4xh4pb3b8d6")))
|
(base32 "1x7lmy8lff4g4hm67c97797ws594xv5c6l2v5mahj4xh4pb3b8d6")))
|
||||||
(define-public linux-libre-6.8-pristine-source
|
(define-public linux-libre-6.8-pristine-source
|
||||||
(let ((version linux-libre-6.8-version)
|
(let ((version linux-libre-6.8-version)
|
||||||
(hash (base32 "1fiiyvwi6frn83z730w4mng2z4nwpspvhb6vjpxx3yk0snwxqk0w")))
|
(hash (base32 "1dn9bgmf03bdfbmgq98d043702g808rjikxs2i9yia57iqiz21gr")))
|
||||||
(make-linux-libre-source version
|
(make-linux-libre-source version
|
||||||
(%upstream-linux-source version hash)
|
(%upstream-linux-source version hash)
|
||||||
deblob-scripts-6.8)))
|
deblob-scripts-6.8)))
|
||||||
|
|
Loading…
Reference in a new issue