gnu: linux-libre: Update to 5.13.11.

* gnu/packages/linux.scm (linux-libre-5.13-version): Update to 5.13.11.
(linux-libre-5.13-pristine-source): Update hash.
This commit is contained in:
Leo Famulari 2021-08-15 11:49:02 -04:00
parent 12099eac1b
commit b57f466711
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -356,7 +356,7 @@ (define (%upstream-linux-source version hash)
;; The current "stable" kernels. That is, the most recently released major
;; versions that are still supported upstream.
(define-public linux-libre-5.13-version "5.13.10")
(define-public linux-libre-5.13-version "5.13.11")
(define deblob-scripts-5.13
(linux-libre-deblob-scripts
linux-libre-5.13-version
@ -364,7 +364,7 @@ (define deblob-scripts-5.13
(base32 "153jf5l5x4438zgxwggaky2ahjlfl48j438vhpzks6h77lzc51a5")))
(define-public linux-libre-5.13-pristine-source
(let ((version linux-libre-5.13-version)
(hash (base32 "01fpj02q4vdn7i6f6710lly0w33cd5gfvn6avgrjglcbiwdzbjih")))
(hash (base32 "0za59652wrh4mlhd9w3dx4y1nnk8nrj9hb56pssgdckdvp7rp4l0")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.13)))