gnu: linux-libre@4.19: Update to 4.19.139.

* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.139.
(linux-libre-4.19-pristine-source): Update hash.
This commit is contained in:
Mark H Weaver 2020-08-11 17:32:26 -04:00
parent a0121643d6
commit fbe69acb08
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -409,10 +409,10 @@ (define-public linux-libre-5.4-pristine-source
(%upstream-linux-source version hash)
deblob-scripts-5.4)))
(define-public linux-libre-4.19-version "4.19.138")
(define-public linux-libre-4.19-version "4.19.139")
(define-public linux-libre-4.19-pristine-source
(let ((version linux-libre-4.19-version)
(hash (base32 "00jy3lxzx95smgc0mq7741byaj17jxrcqc2vnxlp4lkcbz82fp6i")))
(hash (base32 "01anspwh3vskmcqf4xclx0jx6h0h33zfgmmvrzxq17wlzqhvyklw")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))