mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: linux-libre: Update to 5.4.30.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.30. (linux-libre-5.4-pristine-source): Update hash.
This commit is contained in:
parent
fa015e2f68
commit
41a795e726
1 changed files with 2 additions and 2 deletions
|
@ -362,10 +362,10 @@ (define (%upstream-linux-source version hash)
|
|||
"linux-" version ".tar.xz"))
|
||||
(sha256 hash)))
|
||||
|
||||
(define-public linux-libre-5.4-version "5.4.28")
|
||||
(define-public linux-libre-5.4-version "5.4.30")
|
||||
(define-public linux-libre-5.4-pristine-source
|
||||
(let ((version linux-libre-5.4-version)
|
||||
(hash (base32 "197p7rjmbs229ncj1y8s80f7n4bm8g9w0jrv1109m3rl8q9wqqy8")))
|
||||
(hash (base32 "1vwx6j87pkfyq68chng1hy0c85hpc2byabiv1pcikrmw07vpip8i")))
|
||||
(make-linux-libre-source version
|
||||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-5.4)))
|
||||
|
|
Loading…
Reference in a new issue