mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: linux-libre: Update to 6.0.19.
* gnu/packages/linux.scm (linux-libre-6.0-version): Update to 6.0.19. (linux-libre-6.0-pristine-source): Update hash.
This commit is contained in:
parent
f827f1058d
commit
1d39dd2484
1 changed files with 2 additions and 2 deletions
|
@ -495,7 +495,7 @@ (define-public linux-libre-6.1-pristine-source
|
|||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-6.1)))
|
||||
|
||||
(define-public linux-libre-6.0-version "6.0.18")
|
||||
(define-public linux-libre-6.0-version "6.0.19")
|
||||
(define-public linux-libre-6.0-gnu-revision "gnu")
|
||||
(define deblob-scripts-6.0
|
||||
(linux-libre-deblob-scripts
|
||||
|
@ -505,7 +505,7 @@ (define deblob-scripts-6.0
|
|||
(base32 "16g2bin3xay30zfss1vlb7pwcss5giaxaksp4v1gk05wn51wjrqr")))
|
||||
(define-public linux-libre-6.0-pristine-source
|
||||
(let ((version linux-libre-6.0-version)
|
||||
(hash (base32 "0ncljhhc6frjb9l6zpr4nk2yhj854d3gdizn6a6qsl8ij9ln3dls")))
|
||||
(hash (base32 "01q2sciv3l9brnsfcv9knx1ps3hq9rk1a08iqk3vscg3waq7xqxb")))
|
||||
(make-linux-libre-source version
|
||||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-6.0)))
|
||||
|
|
Loading…
Reference in a new issue