gnu: linux-libre@5.4: Update to 5.4.66.

* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.66.
(linux-libre-5.4-pristine-source): Update hash.
This commit is contained in:
Leo Famulari 2020-09-17 21:11:50 -04:00
parent 3b5b14d381
commit e2fad8d494
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -365,15 +365,15 @@ (define-public linux-libre-5.8-pristine-source
;; The "longterm" kernels — the older releases with long-term upstream support.
;; Here are the support timelines:
;; <https://www.kernel.org/category/releases.html>
(define-public linux-libre-5.4-version "5.4.64")
(define-public linux-libre-5.4-version "5.4.66")
(define deblob-scripts-5.4
(linux-libre-deblob-scripts
"5.4.63"
linux-libre-5.4-version
(base32 "0ckxn7k5zgcqk30dq943bnamr6a6zjbw2aqjl3x30f4kvh5f6k25")
(base32 "1b3q88i2qfdxyvpi9f7jds0qlb8hfpw87mgia096ax6822c2cmyb")))
(define-public linux-libre-5.4-pristine-source
(let ((version linux-libre-5.4-version)
(hash (base32 "1vymhl6p7i06gfgpw9iv75bvga5sj5kgv46i1ykqiwv6hj9w5lxr")))
(hash (base32 "1cnsrz21kcf0h7krpv9p1a7n59mybr5ii0jdi3yc3x3lcwvk06gz")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.4)))