gnu: linux-libre 4.19: Update to 4.19.178.

* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.178.
(linux-libre-4.19-pristine-source): Update hash.
This commit is contained in:
Leo Famulari 2021-03-04 13:48:42 -05:00
parent e703977e65
commit d5a8e530d7
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

View File

@ -396,7 +396,7 @@ 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.177")
(define-public linux-libre-4.19-version "4.19.178")
(define deblob-scripts-4.19
(linux-libre-deblob-scripts
linux-libre-4.19-version
@ -404,8 +404,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "1jiaw0as1ippkrjdpd52657w5mz9qczg3y2hlra7m9k0xawwiqlf")))
(define-public linux-libre-4.19-pristine-source
(let ((version linux-libre-4.19-version)
(hash (base32
"0z9m081jg84mzp639ifx3321bpysfs3rpcrsx9mwdsh19rwv63mc")))
(hash (base32 "1vln86ksignzw3d2xk5qgc5a2vghngczfsk949dn3r5dxygvlx8b")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))