gnu: linux-libre: Update to 5.9.10.

* gnu/packages/linux.scm (linux-libre-5.9-version): Update to 5.9.10.
(linux-libre-5.9-pristine-source): Update hash.
This commit is contained in:
Leo Famulari 2020-11-22 14:31:45 -05:00
parent dd8e4411ba
commit 43e9217d32
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -351,7 +351,7 @@ (define (%upstream-linux-source version hash)
;; The current "stable" kernel. That is, the most recently released major
;; version.
(define-public linux-libre-5.9-version "5.9.9")
(define-public linux-libre-5.9-version "5.9.10")
(define deblob-scripts-5.9
(linux-libre-deblob-scripts
linux-libre-5.9-version
@ -359,7 +359,7 @@ (define deblob-scripts-5.9
(base32 "0yb04a4j2wq3mwvks3cj7kcm2pscmfs29lrz3falkxpbvjxbbgq2")))
(define-public linux-libre-5.9-pristine-source
(let ((version linux-libre-5.9-version)
(hash (base32 "1b8zysy0br131ydhc7ycxhh8d88r44xrmkf2q2lffy0jmy3d60m3")))
(hash (base32 "0c7hcqn1ld0axlipzpwmjr1jwizrhz5w6bdfbk9npbirx7rb54gm")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.9)))