mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: linux-libre: Update to 5.8.3.
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.3. (linux-libre-5.8-pristine-source): Update hash.
This commit is contained in:
parent
f54f3a8c24
commit
e292224da6
1 changed files with 2 additions and 2 deletions
|
@ -389,10 +389,10 @@ (define (%upstream-linux-source version hash)
|
|||
(sha256 hash)))
|
||||
|
||||
|
||||
(define-public linux-libre-5.8-version "5.8.2")
|
||||
(define-public linux-libre-5.8-version "5.8.3")
|
||||
(define-public linux-libre-5.8-pristine-source
|
||||
(let ((version linux-libre-5.8-version)
|
||||
(hash (base32 "18djmkrnd7lin9jjzx23qfn98w634mhgbap0ypjs1dh8gzwk556w")))
|
||||
(hash (base32 "0y8prifvkywqsx5lk80bh31m505vinmicpvdrirgg0c9scg7x8lf")))
|
||||
(make-linux-libre-source version
|
||||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-5.8)))
|
||||
|
|
Loading…
Reference in a new issue