mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: linux-libre 4.19: Update to 4.19.176.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.176. (linux-libre-4.19-pristine-source): Update hash. (deblob-scripts-4.19): Use version 4.19.175.
This commit is contained in:
parent
ec34ddfae1
commit
19783b9f55
1 changed files with 5 additions and 3 deletions
|
@ -386,15 +386,17 @@ (define-public linux-libre-5.4-pristine-source
|
||||||
(%upstream-linux-source version hash)
|
(%upstream-linux-source version hash)
|
||||||
deblob-scripts-5.4)))
|
deblob-scripts-5.4)))
|
||||||
|
|
||||||
(define-public linux-libre-4.19-version "4.19.175")
|
(define-public linux-libre-4.19-version "4.19.176")
|
||||||
(define deblob-scripts-4.19
|
(define deblob-scripts-4.19
|
||||||
(linux-libre-deblob-scripts
|
(linux-libre-deblob-scripts
|
||||||
linux-libre-4.19-version
|
;; XXX While linux-libre.fsfla.org is offline, use the cached deblob
|
||||||
|
;; scripts for the previous version on ci.guix.gnu.org.
|
||||||
|
"4.19.175"
|
||||||
(base32 "02zs405awaxydbapka4nz8h6lmnc0dahgczqsrs5s2bmzjyyqkcy")
|
(base32 "02zs405awaxydbapka4nz8h6lmnc0dahgczqsrs5s2bmzjyyqkcy")
|
||||||
(base32 "1jiaw0as1ippkrjdpd52657w5mz9qczg3y2hlra7m9k0xawwiqlf")))
|
(base32 "1jiaw0as1ippkrjdpd52657w5mz9qczg3y2hlra7m9k0xawwiqlf")))
|
||||||
(define-public linux-libre-4.19-pristine-source
|
(define-public linux-libre-4.19-pristine-source
|
||||||
(let ((version linux-libre-4.19-version)
|
(let ((version linux-libre-4.19-version)
|
||||||
(hash (base32 "099b3dw9rj2z147dpjppd57g24paxw8x4fq1ir1ss5ibzy24pvnc")))
|
(hash (base32 "0wv0hb25c5jgw6h3zwbb24mfnn19yr0sgcmk1g2xa6x33g9bihz1")))
|
||||||
(make-linux-libre-source version
|
(make-linux-libre-source version
|
||||||
(%upstream-linux-source version hash)
|
(%upstream-linux-source version hash)
|
||||||
deblob-scripts-4.19)))
|
deblob-scripts-4.19)))
|
||||||
|
|
Loading…
Reference in a new issue