me
/
guix
Archived
1
0
Fork 0

gnu: linux-libre 4.19: Update to 4.19.177.

* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.177.
(linux-libre-4.19-pristine-source): Update hash.
(deblob-scripts-4.19): Use linux-libre-4.19-version.
master
Leo Famulari 2021-02-23 13:55:04 -05:00
parent 6ecaf53885
commit 4093084163
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 4 additions and 5 deletions

View File

@ -395,17 +395,16 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-5.4)))
(define-public linux-libre-4.19-version "4.19.176")
(define-public linux-libre-4.19-version "4.19.177")
(define deblob-scripts-4.19
(linux-libre-deblob-scripts
;; 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"
linux-libre-4.19-version
(base32 "02zs405awaxydbapka4nz8h6lmnc0dahgczqsrs5s2bmzjyyqkcy")
(base32 "1jiaw0as1ippkrjdpd52657w5mz9qczg3y2hlra7m9k0xawwiqlf")))
(define-public linux-libre-4.19-pristine-source
(let ((version linux-libre-4.19-version)
(hash (base32 "0wv0hb25c5jgw6h3zwbb24mfnn19yr0sgcmk1g2xa6x33g9bihz1")))
(hash (base32
"0z9m081jg84mzp639ifx3321bpysfs3rpcrsx9mwdsh19rwv63mc")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))