mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: linux-libre@5.7: Update to 5.7.9.
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.9. (linux-libre-5.7-pristine-source): Update hash. (linux-libre-5.7-source): Remove %linux-libre-fix-atheros-9271-patch.
This commit is contained in:
parent
7089a45aa1
commit
d269422ec1
1 changed files with 3 additions and 4 deletions
|
@ -375,10 +375,10 @@ (define (%upstream-linux-source version hash)
|
|||
(sha256 hash)))
|
||||
|
||||
|
||||
(define-public linux-libre-5.7-version "5.7.8")
|
||||
(define-public linux-libre-5.7-version "5.7.9")
|
||||
(define-public linux-libre-5.7-pristine-source
|
||||
(let ((version linux-libre-5.7-version)
|
||||
(hash (base32 "1ijdhjik5hlaj8w32qf5x4gigf2aa6xkg68hckm5h1s0isw7gddg")))
|
||||
(hash (base32 "1y231c3lf94lgnnn8bzi2yfx40h4xsli2hq0kaxdd744lxk30zd8")))
|
||||
(make-linux-libre-source version
|
||||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-5.7)))
|
||||
|
@ -457,8 +457,7 @@ (define (source-with-patches source patches)
|
|||
(define-public linux-libre-5.7-source
|
||||
(source-with-patches linux-libre-5.7-pristine-source
|
||||
(list %boot-logo-patch
|
||||
%linux-libre-arm-export-__sync_icache_dcache-patch
|
||||
%linux-libre-fix-atheros-9271-patch)))
|
||||
%linux-libre-arm-export-__sync_icache_dcache-patch)))
|
||||
|
||||
(define-public linux-libre-5.4-source
|
||||
(source-with-patches linux-libre-5.4-pristine-source
|
||||
|
|
Loading…
Reference in a new issue