gnu: linux-libre: Update to 5.9.13.

* gnu/packages/linux.scm (linux-libre-5.9-version): Update to 5.9.13.
(linux-libre-5.9-pristine-source): Update hash.
This commit is contained in:
Leo Famulari 2020-12-08 22:10:33 -05:00
parent 02b21f35cc
commit 54f777ca4e
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -352,7 +352,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.12")
(define-public linux-libre-5.9-version "5.9.13")
(define deblob-scripts-5.9
(linux-libre-deblob-scripts
linux-libre-5.9-version
@ -360,7 +360,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 "1gfrn3sz3h4cbsf3r8f9jxja400qsmbrk8sclk4cjx1l5qcmczyr")))
(hash (base32 "0ancdbfmrhq7wnvzrrnayiw8j4k1pjjnmvjxkl12lal7bjdahdml")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.9)))