mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: linux-libre: Update to 5.4.47
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.47 (linux-libre-5.4-pristine-source): Update hash.
This commit is contained in:
parent
f4f5adcb50
commit
c7c7e115d0
1 changed files with 2 additions and 2 deletions
|
@ -379,10 +379,10 @@ (define-public linux-libre-5.7-pristine-source
|
|||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-5.7)))
|
||||
|
||||
(define-public linux-libre-5.4-version "5.4.46")
|
||||
(define-public linux-libre-5.4-version "5.4.47")
|
||||
(define-public linux-libre-5.4-pristine-source
|
||||
(let ((version linux-libre-5.4-version)
|
||||
(hash (base32 "13hvnfdcbcb9a21zizq8d90mc8maxz03zmzsj6iqsjd2y7r4y1rh")))
|
||||
(hash (base32 "0v4d86yci4lq82nb1fgf0g3j0348v6q6m77czpm4b3cs7lwrs2wp")))
|
||||
(make-linux-libre-source version
|
||||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-5.4)))
|
||||
|
|
Loading…
Reference in a new issue