gnu: linux-libre@5.6: Update to 5.6.11.

* gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.11.
(linux-libre-5.6-pristine-source): Update hash.
This commit is contained in:
Mark H Weaver 2020-05-06 03:19:59 -04:00
parent 754dfcc182
commit 99ebfa3b95
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516

View File

@ -369,10 +369,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(sha256 hash)))
(define-public linux-libre-5.6-version "5.6.10")
(define-public linux-libre-5.6-version "5.6.11")
(define-public linux-libre-5.6-pristine-source
(let ((version linux-libre-5.6-version)
(hash (base32 "1f81b0icn0r9gww95rckyxs5d4g8bwf4mmqkrmwxxf4xga19dp3v")))
(hash (base32 "1ahv4a3mnszqs3qcnwmhbvjgis1jg37anj5jvn70i7s2k6z6rpfn")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.6)))