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

* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.234.
(linux-libre-4.9-pristine-source): Update hash.
(deblob-scripts-4.9): Update to 4.9.234.
This commit is contained in:
Mark H Weaver 2020-08-26 20:53:38 -04:00
parent f6d2bbfbae
commit d84444dc29
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -238,7 +238,7 @@ (define deblob-scripts-4.14
(define deblob-scripts-4.9
(linux-libre-deblob-scripts
"4.9.232"
"4.9.234"
(base32 "1wvldzlv7q2xdbadas87dh593nxr4a8p5n0f8zpm72lja6w18hmg")
(base32 "0fxajshb75siq39lj5h8xvhdj8lcmddkslwlyj65rhlwk6g2r4b2")))
@ -429,10 +429,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.233")
(define-public linux-libre-4.9-version "4.9.234")
(define-public linux-libre-4.9-pristine-source
(let ((version linux-libre-4.9-version)
(hash (base32 "19dcwylhy5iqq3dmppqf7s9wy9d16m103djn1n183c9acnqclv9a")))
(hash (base32 "1qw26x2qc29yr094c7scw68m9yz4j0b2c4f92rvi3s31s928avvm")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.9)))