gnu: linux-libre@4.9: Update to 4.9.205.

* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.205.
(linux-libre-4.9-pristine-source): Update hash.
This commit is contained in:
Mark H Weaver 2019-11-30 00:59:47 -05:00
parent aa56ca3dd0
commit 45f810214b
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -376,10 +376,10 @@ (define-public linux-libre-4.14-pristine-source
(%upstream-linux-source version hash)
deblob-scripts-4.14)))
(define-public linux-libre-4.9-version "4.9.203")
(define-public linux-libre-4.9-version "4.9.205")
(define-public linux-libre-4.9-pristine-source
(let ((version linux-libre-4.9-version)
(hash (base32 "0jd8n8y3yf59sgfjhgjxsznxng7s4b30x5vdb48wrpgqmz7m1n8w")))
(hash (base32 "01cbqxw77g6rdg7dgk73pg9a2n9v4sxp48q2a77w1b068xjfifcq")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.9)))