gnu: linux-libre@4.14: Update to 4.14.150.

* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.150.
(linux-libre-4.14-pristine-source): Update hash.
This commit is contained in:
Mark H Weaver 2019-10-18 07:48:38 -04:00
parent b84d7ac06e
commit e5df2dfce1
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -381,10 +381,10 @@ (define-public linux-libre-4.19-pristine-source
(%upstream-linux-source version hash)
deblob-scripts-4.19)))
(define-public linux-libre-4.14-version "4.14.149")
(define-public linux-libre-4.14-version "4.14.150")
(define-public linux-libre-4.14-pristine-source
(let ((version linux-libre-4.14-version)
(hash (base32 "15pjngy3j5vnisv462ll7wsg78qv7q2cz86da0bcwh446v9ap7g6")))
(hash (base32 "1c2pxfvv31af0mzcqnbfjk8pc0wrhg4yhspl8a3ab2w5dfwa9ib5")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.14)))