mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: linux-libre@5.8: Update to 5.8.1.
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.1. (linux-libre-5.8-pristine-source): Update hash.
This commit is contained in:
parent
0c7bff21af
commit
6082e7aa63
1 changed files with 2 additions and 2 deletions
|
@ -385,10 +385,10 @@ (define (%upstream-linux-source version hash)
|
|||
(sha256 hash)))
|
||||
|
||||
|
||||
(define-public linux-libre-5.8-version "5.8")
|
||||
(define-public linux-libre-5.8-version "5.8.1")
|
||||
(define-public linux-libre-5.8-pristine-source
|
||||
(let ((version linux-libre-5.8-version)
|
||||
(hash (base32 "1xgibkwb1yfl6qdlbxyagai0qc1pk5ark7giz1512hh6ma353xz7")))
|
||||
(hash (base32 "09574qbcrncb34dx9pd65iqs06758zim4nkncnjzmxwgjgza9lpq")))
|
||||
(make-linux-libre-source version
|
||||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-5.8)))
|
||||
|
|
Loading…
Reference in a new issue