mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: linux-libre: Update to 5.4.6.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.6. (linux-libre-5.4-pristine-source): Update hash.
This commit is contained in:
parent
3dc100db9c
commit
c109d3268b
1 changed files with 2 additions and 2 deletions
|
@ -356,10 +356,10 @@ (define (%upstream-linux-source version hash)
|
|||
"linux-" version ".tar.xz"))
|
||||
(sha256 hash)))
|
||||
|
||||
(define-public linux-libre-5.4-version "5.4.5")
|
||||
(define-public linux-libre-5.4-version "5.4.6")
|
||||
(define-public linux-libre-5.4-pristine-source
|
||||
(let ((version linux-libre-5.4-version)
|
||||
(hash (base32 "1h1ynb51gd4kiakqlkcc7vny45j2snbg4j985qf171mszckrz3jn")))
|
||||
(hash (base32 "1j4916izy2nrzq7g6m5m365r60hhhx9rqcanjvaxv5x3vsy639gx")))
|
||||
(make-linux-libre-source version
|
||||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-5.4)))
|
||||
|
|
Loading…
Reference in a new issue