mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: linux-libre@5.7: Update to 5.7.4.
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.4. (linux-libre-5.7-pristine-source): Update hash.
This commit is contained in:
parent
8fdd0da49c
commit
1d763933b8
1 changed files with 2 additions and 2 deletions
|
@ -371,10 +371,10 @@ (define (%upstream-linux-source version hash)
|
|||
(sha256 hash)))
|
||||
|
||||
|
||||
(define-public linux-libre-5.7-version "5.7.3")
|
||||
(define-public linux-libre-5.7-version "5.7.4")
|
||||
(define-public linux-libre-5.7-pristine-source
|
||||
(let ((version linux-libre-5.7-version)
|
||||
(hash (base32 "1sgwdcyn9105lfgg25q41yj30sy9cqfdm8m4dmka8gzllxxyq407")))
|
||||
(hash (base32 "06mm0bmjw54aypfhhbm9aaz5bmgymvygfak587iwv901635gb95w")))
|
||||
(make-linux-libre-source version
|
||||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-5.7)))
|
||||
|
|
Loading…
Reference in a new issue