gnu: linux-libre: Update to 5.8.3.

* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.3.
(linux-libre-5.8-pristine-source): Update hash.
This commit is contained in:
Mark H Weaver 2020-08-21 21:01:17 -04:00
parent f54f3a8c24
commit e292224da6
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -389,10 +389,10 @@ (define (%upstream-linux-source version hash)
(sha256 hash)))
(define-public linux-libre-5.8-version "5.8.2")
(define-public linux-libre-5.8-version "5.8.3")
(define-public linux-libre-5.8-pristine-source
(let ((version linux-libre-5.8-version)
(hash (base32 "18djmkrnd7lin9jjzx23qfn98w634mhgbap0ypjs1dh8gzwk556w")))
(hash (base32 "0y8prifvkywqsx5lk80bh31m505vinmicpvdrirgg0c9scg7x8lf")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.8)))